From ae241b32b4062a15d2fbdc1a225710b5e93c2873 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 27 Sep 2014 17:49:13 +1200 Subject: Naughty Phillid, underscore-prefixed variable names are bad! --- common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 74036bb..d8af81f 100644 --- a/common.h +++ b/common.h @@ -22,11 +22,11 @@ #include #include -int get_int_value_from_file(const char* filename); -int get_int(const char* string); -bool file_has_line(const char *filename, const char *line); +int get_int_value_from_file(const char* filename); +int get_int(const char* string); +bool file_has_line(const char *filename, const char *line); FILE* check_for_file(char* path); -void chomp(char* string); +void chomp(char* string); // Stringification of line number #define STRING2(x) #x -- cgit v1.1