Mercurial > hg > early-roguelike
comparison rogue3/rip.c @ 172:c199a15a2c70
Remove an extra '='.
This is a bug I can't blame on the original authors.
author | John "Elwin" Edwards |
---|---|
date | Thu, 23 Jul 2015 19:28:12 -0400 |
parents | ee250e3646fd |
children | 0250220d8cdd |
comparison
equal
deleted
inserted
replaced
171:80c060734f51 | 172:c199a15a2c70 |
---|---|
129 { | 129 { |
130 fprintf(stderr, "Could not open %s for appending: %s\n", LOGFILE, strerror(errno)); | 130 fprintf(stderr, "Could not open %s for appending: %s\n", LOGFILE, strerror(errno)); |
131 fflush(stderr); | 131 fflush(stderr); |
132 } | 132 } |
133 #else | 133 #else |
134 logfi == NULL; | 134 logfi = NULL; |
135 #endif | 135 #endif |
136 return; | 136 return; |
137 } | 137 } |
138 | 138 |
139 /* VARARGS2 */ | 139 /* VARARGS2 */ |