changeset 45:d8ac17c6d6f2

I'm an idiot
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 20 May 2022 06:38:21 -0400
parents 4f005d28d912
children 7cb9fad3f5ee
files src/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Fri May 20 06:33:29 2022 -0400
+++ b/src/main.c	Fri May 20 06:38:21 2022 -0400
@@ -149,7 +149,7 @@
 	}
 	fflush(stdout);
 	if (strcmp(args.output, " ") == 0) { /* string manipulation hell */
-		char temp* = (char*)calloc(256, sizeof(char));
+		char* temp = (char*)calloc(256, sizeof(char));
 		temp[0] = '\0';
 		char str_version[16];
 		sprintf(str_version, "V%d", args.version);