Skip to content

Commit

Permalink
newtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 22, 2024
1 parent 2c800b2 commit 28b3492
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lapiz/smclient/eggsmclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

static void egg_sm_client_debug_handler (const char *log_domain,
GLogLevelFlags log_level,
const char *message,
/*gpointer user_data*/);
const char *message/*,
gpointer user_data*/);

enum {
SAVE_STATE,
Expand Down Expand Up @@ -556,8 +556,8 @@ egg_sm_client_quit (EggSMClient *client)
static void
egg_sm_client_debug_handler (const char *log_domain,
GLogLevelFlags log_level,
const char *message,
/*gpointer user_data*/)
const char *message/*,
gpointer user_data*/)
{
static int debug = -1;

Expand Down

0 comments on commit 28b3492

Please sign in to comment.