summaryrefslogtreecommitdiff
path: root/print11.c
diff options
context:
space:
mode:
Diffstat (limited to 'print11.c')
-rw-r--r--print11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print11.c b/print11.c
index e7da143..36b335f 100644
--- a/print11.c
+++ b/print11.c
@@ -179,10 +179,10 @@ PrintSuccessfulSetUpReply(const unsigned char *buf)
/* */
/* ************************************************************ */
-const char REQUESTHEADER[] = "............REQUEST";
-const char EVENTHEADER[] = "..............EVENT";
-const char ERRORHEADER[] = "..............ERROR";
-const char REPLYHEADER[] = "..............REPLY";
+const char *REQUESTHEADER = "............REQUEST";
+const char *EVENTHEADER = "..............EVENT";
+const char *ERRORHEADER = "..............ERROR";
+const char *REPLYHEADER = "..............REPLY";
/* ************************************************************ */