commit 2db2260fc8ace9f936038436b797fd3e785c2998
parent a156f8f78931811309ed7fdeb1d165eed3814222
Author: Harridrone <harrison_k_a@hotmail.com>
Date: Tue, 23 Mar 2021 11:46:29 -0400
Remove reference to frenchman utility
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
@@ -18,7 +18,7 @@ static unsigned int save_to_char(void *contents, unsigned int size, unsigned int
ralc_ptr = realloc(tmp_result->data, tmp_result->size + full_size + 1);
if(!ralc_ptr){
- printf("frenchman >> out of memory\n");
+ printf("out of memory\n");
return 0;
}