From 2d3d25c5e967d4cc86524e2ba02e6f1f708d86a7 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Thu, 23 Jul 2015 19:28:12 -0400 Subject: [PATCH] Remove an extra '='. This is a bug I can't blame on the original authors. --- rogue3/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogue3/rip.c b/rogue3/rip.c index b34a6d9..71270cb 100644 --- a/rogue3/rip.c +++ b/rogue3/rip.c @@ -131,7 +131,7 @@ void open_log(void) fflush(stderr); } #else - logfi == NULL; + logfi = NULL; #endif return; }