aboutsummaryrefslogtreecommitdiffstats
path: root/powwow-movieplay.c
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2019-03-18 23:05:26 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-04-23 20:37:05 (GMT)
commit304a722c426f47a461dc88c4493f800c0690b29b (patch)
tree151b974354c0c7ec4e89649a949db32f11b56442 /powwow-movieplay.c
parent7db984561ef8fd0ff9165288324dbc81516113f0 (diff)
downloadpowwow-304a722c426f47a461dc88c4493f800c0690b29b.zip
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.gz
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.bz2
remove some non-ANSI C support
Diffstat (limited to 'powwow-movieplay.c')
-rw-r--r--powwow-movieplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/powwow-movieplay.c b/powwow-movieplay.c
index d49078d..91854b3 100644
--- a/powwow-movieplay.c
+++ b/powwow-movieplay.c
@@ -37,7 +37,7 @@ int argc; char *argv[];
fprintf(stderr, "Please run this program as \"powwow-movieplay\" or \"powwow-movie2ascii\"\n");
return 1;
}
-
+
if (play) {
if (argc == 2) {
infile = fopen(argv[1], "rb");
@@ -67,7 +67,7 @@ int argc; char *argv[];
return 1;
}
}
-
+
while (fgets(buf, 4096, infile) != NULL) {
i = strlen(buf);
if (i > 0 && buf[i-1] == '\n')