diff options
Diffstat (limited to 'source3/ubiqx')
-rw-r--r-- | source3/ubiqx/debugparse.c | 2 | ||||
-rw-r--r-- | source3/ubiqx/debugparse.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/ubiqx/debugparse.c b/source3/ubiqx/debugparse.c index 195fc245bc..5da5280f19 100644 --- a/source3/ubiqx/debugparse.c +++ b/source3/ubiqx/debugparse.c @@ -45,7 +45,7 @@ * Functions... */ -const char *dbg_token2string( dbg_Token tok ) +char *dbg_token2string( dbg_Token tok ) /* ------------------------------------------------------------------------ ** * Given a token, return a string describing the token. * diff --git a/source3/ubiqx/debugparse.h b/source3/ubiqx/debugparse.h index 458eee7455..9ed1777e95 100644 --- a/source3/ubiqx/debugparse.h +++ b/source3/ubiqx/debugparse.h @@ -62,7 +62,7 @@ typedef enum * Function prototypes... */ - const char *dbg_token2string( dbg_Token tok ); + char *dbg_token2string( dbg_Token tok ); /* ------------------------------------------------------------------------ ** * Given a token, return a string describing the token. * |