diff options
Diffstat (limited to 'source/ubiqx/debugparse.c')
-rw-r--r-- | source/ubiqx/debugparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ubiqx/debugparse.c b/source/ubiqx/debugparse.c index 5da5280f19e..195fc245bc0 100644 --- a/source/ubiqx/debugparse.c +++ b/source/ubiqx/debugparse.c @@ -45,7 +45,7 @@ * Functions... */ -char *dbg_token2string( dbg_Token tok ) +const char *dbg_token2string( dbg_Token tok ) /* ------------------------------------------------------------------------ ** * Given a token, return a string describing the token. * |