diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index c50ff03..d88d200 100644 --- a/src/utils.h +++ b/src/utils.h @@ -17,7 +17,7 @@ #ifndef UTILS_H #define UTILS_H -char * -read_file_contents(char *file_path); +char* +read_file_contents(char* file_path); #endif /* UTILS_H */ |
