Skip to content

Commit

Permalink
newtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 23, 2024
1 parent b72ceb9 commit 9ba9cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapiz/lapiz-app.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ lapiz_app_init (LapizApp *app)
}

static void
app_weak_notify (void/*gpointer data,
GObject *where_the_app_was*/)
app_weak_notify (gpointer data G_GNUC_UNUSED,
GObject *where_the_app_was G_GNUC_UNUSED)
{
ctk_main_quit ();
}
Expand Down

0 comments on commit 9ba9cff

Please sign in to comment.