diff --git a/dwmblocks.c b/dwmblocks.c index 98cf673..3dc2b66 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -17,8 +17,8 @@ #define LENGTH(X) (sizeof X / sizeof X[0]) typedef struct { - char *pathu; - char *pathc; + char *const pathu; + char *const pathc; const int interval; const int signal; char cmdoutcur[CMDLENGTH];