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 +}