summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_debug.h')
-rw-r--r--lib/skin_parser/skin_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_debug.h b/lib/skin_parser/skin_debug.h
index c3538083d2..3f1a7d7edd 100644
--- a/lib/skin_parser/skin_debug.h
+++ b/lib/skin_parser/skin_debug.h
@@ -35,7 +35,7 @@ extern "C"
35#include "skin_parser.h" 35#include "skin_parser.h"
36#ifdef SKINPARSER_DEBUG 36#ifdef SKINPARSER_DEBUG
37/* Debugging functions */ 37/* Debugging functions */
38void skin_error(enum skin_errorcode error, char* cursor); 38void skin_error(enum skin_errorcode error, const char* cursor);
39int skin_error_line(void); 39int skin_error_line(void);
40int skin_error_col(void); 40int skin_error_col(void);
41char* skin_error_message(void); 41char* skin_error_message(void);