Fixed build in debug mode
This commit is contained in:
parent
78c9d33bbc
commit
a6ba764679
|
@ -103,7 +103,7 @@ static GtkWidget * _lock_settings(Lock * lock, gboolean apply, gboolean reset)
|
|||
char const * p;
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "DEBUG: %s(%p, %s, %s)\n", __func__, (void*)applet,
|
||||
fprintf(stderr, "DEBUG: %s(%p, %s, %s)\n", __func__, (void *)lock,
|
||||
apply ? "TRUE" : "FALSE", reset ? "TRUE" : "FALSE");
|
||||
#endif
|
||||
if(lock->pr_box == NULL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user