diff options
Diffstat (limited to 'xload.c')
-rw-r--r-- | xload.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ main(int argc, char **argv) Arg args[1]; Pixmap icon_pixmap = None; char *label, host[256]; - char *domaindir; + const char *domaindir; XtSetLanguageProc ( NULL, NULL, NULL ); |