From 0e7de91bada8c44739b4c57e780663596930d0aa Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 5 Jan 2017 14:08:59 -0500 Subject: [PATCH] asoft_sound: include comments in generated code --- asoft_sound/asoft_sound.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asoft_sound/asoft_sound.c b/asoft_sound/asoft_sound.c index 0de75686..36d20955 100644 --- a/asoft_sound/asoft_sound.c +++ b/asoft_sound/asoft_sound.c @@ -194,7 +194,10 @@ int main(int argc, char **argv) { line++; if (result==NULL) break; - if (string[0]=='\'') continue; + if (string[0]=='\'') { + printf("%s",string); + continue; + } i=0; while(1) {