pkgsrc-ng/editors/gtranslator/patches/patch-plugins_codeview_gtr-viewer.c
2014-11-05 12:41:07 +01:00

14 lines
433 B
C

$NetBSD: patch-plugins_codeview_gtr-viewer.c,v 1.1 2014/02/21 20:24:45 joerg Exp $
--- plugins/codeview/gtr-viewer.c.orig 2014-02-21 00:22:29.000000000 +0000
+++ plugins/codeview/gtr-viewer.c
@@ -143,7 +143,7 @@ gtr_viewer_class_init (GtrViewerClass *
/***************** File loading *****************/
-static void
+static G_GNUC_PRINTF(2, 3) void
error_dialog (GtkWindow * parent, const gchar * msg, ...)
{
va_list ap;