Update main.c
This commit is contained in:
parent
f813150f16
commit
474ff633d5
4
main.c
4
main.c
@ -96,7 +96,7 @@ int main (int argc, char** argv) // argument layout "'./Big Letter' 'INPUT TEXT'
|
||||
|
||||
if (verbose)
|
||||
{
|
||||
printf("Generated:\n");
|
||||
printf("Generated:\n"); // GENERATED (hopefully no pointer errors)
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
@ -111,5 +111,7 @@ int main (int argc, char** argv) // argument layout "'./Big Letter' 'INPUT TEXT'
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user