Skip to content

Commit c3abf9f

Browse files
authored
Fix GIR error after #4251 (#4265)
1 parent 4ece872 commit c3abf9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libvips/iofuncs/init.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ set_stacksize(guint64 size)
363363
#endif /*HAVE_PTHREAD_DEFAULT_NP*/
364364
}
365365

366-
/**
367-
* Equivalent to setting the `G_MESSAGES_DEBUG=VIPS` environment variable.
366+
/* Equivalent to setting the `G_MESSAGES_DEBUG=VIPS` environment variable.
368367
*/
369368
static void
370369
vips_verbose(void)

0 commit comments

Comments
 (0)