mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 12:54:20 +01:00
WPrefs.app: Added const attribute to local string
Now that the WINGs functions are const-correct, it is possible to set the attribute on the strings to help the compiler.
This commit is contained in:
committed by
Carlos R. Mafra
parent
591dc5cd4d
commit
a4395c5764
@@ -25,7 +25,7 @@
|
||||
* expert tab of the window with the corresponding information for effect
|
||||
*/
|
||||
static const struct {
|
||||
char *label; /* Text displayed to user */
|
||||
const char *label; /* Text displayed to user */
|
||||
|
||||
int def_state; /* True/False: the default value, if not defined in current config */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user