From 5749e242992faaa727618e45a64cf449c5b90a27 Mon Sep 17 00:00:00 2001 From: Scoots Date: Sat, 22 Apr 2017 17:25:20 -0400 Subject: [PATCH] Update file_utils.c --- file_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_utils.c b/file_utils.c index 164d463..fa64c56 100644 --- a/file_utils.c +++ b/file_utils.c @@ -4,7 +4,7 @@ #include "file_utils.h" /************************************************************************************ -* @author Jacob McCloughan +* @author Scoots * @version 3/03/2017 * @see file_utils.h * @@ -94,4 +94,4 @@ int write_file(char* filename, char *buffer, int size) { // Closes the file and returns 1. fclose(fil); return 1; -} \ No newline at end of file +}