mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-06 00:06:43 -04:00
Use NULL
This commit is contained in:
parent
f2ba08b262
commit
6971b00e1b
2 changed files with 2 additions and 2 deletions
|
|
@ -2573,7 +2573,7 @@ void set_value_default() {
|
|||
config.unfocused_opacity = unfocused_opacity;
|
||||
|
||||
/* Tablet */
|
||||
config.tablet_output_name = strdup("");
|
||||
config.tablet_output_name = NULL;
|
||||
|
||||
memcpy(config.shadowscolor, shadowscolor, sizeof(shadowscolor));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue