shithub: cstory

Download patch

ref: 4091d152eea6738610306f19e8b389cb83ecf470
parent: a65c4bc1e3417f464f79890491aaf0952c6a9157
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 20:36:19 EST 2020

Minor style tweak

--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -551,11 +551,11 @@
 				if (info.tdata[i].note_p != NULL)
 				{
 					free(info.tdata[i].note_p);
-#ifdef FIX_BUGS
+				#ifdef FIX_BUGS
 					info.tdata[i].note_p = NULL;
-#else
+				#else
 					info.tdata[j].note_p = NULL;	// Uses j instead of i
-#endif
+				#endif
 				}
 			}