Skip to content

Commit

Permalink
Fix GIR error after libvips#4251
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 17, 2024
1 parent 4ece872 commit f5a5afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libvips/iofuncs/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ set_stacksize(guint64 size)
#endif /*HAVE_PTHREAD_DEFAULT_NP*/
}

/**
* Equivalent to setting the `G_MESSAGES_DEBUG=VIPS` environment variable.
/* Equivalent to setting the `G_MESSAGES_DEBUG=VIPS` environment variable.
*/
static void
vips_verbose(void)
Expand Down

0 comments on commit f5a5afd

Please sign in to comment.