summaryrefslogtreecommitdiff
path: root/source3/ubiqx/debugparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/ubiqx/debugparse.h')
-rw-r--r--source3/ubiqx/debugparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/ubiqx/debugparse.h b/source3/ubiqx/debugparse.h
index 9ed1777e95..458eee7455 100644
--- a/source3/ubiqx/debugparse.h
+++ b/source3/ubiqx/debugparse.h
@@ -62,7 +62,7 @@ typedef enum
* Function prototypes...
*/
- char *dbg_token2string( dbg_Token tok );
+ const char *dbg_token2string( dbg_Token tok );
/* ------------------------------------------------------------------------ **
* Given a token, return a string describing the token.
*