Fixed build in debug mode

This commit is contained in:
Pierre Pronchery 2013-11-22 02:25:02 +01:00
parent 78c9d33bbc
commit a6ba764679

View File

@ -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)