Skip to content

Commit

Permalink
fix no-return-in-nonvoid-function caja-window.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Marques committed Nov 25, 2012
1 parent f6f5c1b commit b09188c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/caja-window.c
Expand Up @@ -616,8 +616,10 @@ free_stored_viewers (CajaWindow *window)

static void
#if GTK_CHECK_VERSION (3, 0, 0)
static void
caja_window_destroy (GtkWidget *object)
#else
static void
caja_window_destroy (GtkObject *object)
#endif
{
Expand Down

0 comments on commit b09188c

Please sign in to comment.