diff options
Diffstat (limited to 'src/graph/viewman/viewman.c')
-rw-r--r-- | src/graph/viewman/viewman.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c index 5085a3e9..e5940302 100644 --- a/src/graph/viewman/viewman.c +++ b/src/graph/viewman/viewman.c @@ -82,8 +82,8 @@ int viewType, fd_set filedes; graphStruct *graphList; graphStateStruct currentGraphState; -char *s1, - propertyBuffer[256];/* XProperty buffer */ +const char* s1; +char propertyBuffer[256];/* XProperty buffer */ int |