mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-05 11:06:53 +00:00
asoft_sound: include comments in generated code
This commit is contained in:
parent
f7f847e7f4
commit
0e7de91bad
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user