Update file_utils.c
This commit is contained in:
parent
5ebf791c46
commit
5749e24299
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue