From 4091d152eea6738610306f19e8b389cb83ecf470 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 01:36:19 +0000 Subject: [PATCH] Minor style tweak --- src/Organya.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Organya.cpp b/src/Organya.cpp index 2ca7c080..5c6ec673 100644 --- a/src/Organya.cpp +++ b/src/Organya.cpp @@ -551,11 +551,11 @@ BOOL OrgData::NoteAlloc(unsigned short alloc) 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 } }