mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
wmaker: Added 'const' attribute to local variables
A number of these variable are not meant to be modified, so we show this to the compiler. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c9b816de75
commit
a6410d61e5
@@ -1121,7 +1121,7 @@ void wShowInfoPanel(WScreen * scr)
|
||||
char *strbuf = NULL;
|
||||
const char *separator;
|
||||
char buffer[256];
|
||||
char *name;
|
||||
const char *name;
|
||||
Window parent;
|
||||
WWindow *wwin;
|
||||
char **strl;
|
||||
|
||||
Reference in New Issue
Block a user