]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/sync.c
Remove some unnecessary casts.
[bsdgames-darwin.git] / sail / sync.c
index b813a7c60952bb60c90cb993c971ff740aca9a62..a754ffb3a5f1d6b97fcb81211eb6447ba8699f74 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: sync.c,v 1.26 2009/03/14 18:32:47 dholland Exp $       */
+/*     $NetBSD: sync.c,v 1.27 2009/03/14 18:41:21 dholland Exp $       */
 
 /*
  * Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)sync.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: sync.c,v 1.26 2009/03/14 18:32:47 dholland Exp $");
+__RCSID("$NetBSD: sync.c,v 1.27 2009/03/14 18:41:21 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -259,7 +259,7 @@ Sync(void)
 
                        for (p = buf;;) {
                                ch = getc(sync_fp);
-                               *p++ = (char)ch;
+                               *p++ = ch;
                                switch (ch) {
                                case '\n':
                                        p--;