changeset 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 80c060734f51
children 78fa1d0e5d25 d9e44e18eeec
files rogue3/rip.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rogue3/rip.c	Thu Jul 02 16:27:39 2015 -0400
+++ b/rogue3/rip.c	Thu Jul 23 19:28:12 2015 -0400
@@ -131,7 +131,7 @@
          fflush(stderr);
     }
 #else
-    logfi == NULL;
+    logfi = NULL;
 #endif
     return;
 }