fix error in stop_errors and add debug term output
This commit is contained in:
@@ -11,6 +11,6 @@ typedef enum
|
||||
ERROR_PARSING = -3,
|
||||
} program_error;
|
||||
|
||||
int stop_errors(int err, char *details);
|
||||
int stop_errors(int err, const char *details);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user