changeset 161:6dd282b5f431

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Nov 2010 14:56:06 +0200
parents d3c78f2ef77b
children e59cec397811
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Thu Nov 04 14:55:44 2010 +0200
+++ b/nnchat.c	Thu Nov 04 14:56:06 2010 +0200
@@ -201,7 +201,7 @@
     wrefresh(statusWin);
 }
 
-void printEditBuf(char *str, nn_editbuf_t *buf)
+void printEditBuf(const char *str, nn_editbuf_t *buf)
 {
     if (statusWin == NULL || buf == NULL) return;