From 49f88fb49b04e1b2287f5b0c038eca6fa150a22c Mon Sep 17 00:00:00 2001 From: VVWVV Date: Sat, 28 Oct 2017 03:20:12 +0300 Subject: [PATCH] fix incorrect comment --- source/compiler/sc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/sc2.c b/source/compiler/sc2.c index a7a5ca5..ea40378 100644 --- a/source/compiler/sc2.c +++ b/source/compiler/sc2.c @@ -1847,7 +1847,7 @@ static void ppconcat(const char *line) b++; strcpy((char*)p+1,b); } /* if */ - } /* switch */ + } /* for */ } /* preprocess