summaryrefslogtreecommitdiff
path: root/deb.c
diff options
context:
space:
mode:
Diffstat (limited to 'deb.c')
-rw-r--r--deb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deb.c b/deb.c
index fea6ffa2e7..f270835461 100644
--- a/deb.c
+++ b/deb.c
@@ -42,12 +42,12 @@ deb(pat,a1,a2,a3,a4,a5,a6,a7,a8)
# ifdef I_STDARG
void
-deb(char *pat, ...)
+deb(const char *pat, ...)
# else
/*VARARGS1*/
void
deb(pat, va_alist)
- char *pat;
+ const char *pat;
va_dcl
# endif
{