From 474ff633d52c6bbef9faea2e42e68683a881f303 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:22:57 +0100 Subject: [PATCH] Update main.c --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index ecd1566..1d2b273 100644 --- a/main.c +++ b/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; } \ No newline at end of file