From 307e206fec114bdc48f8f693795db06117430e6d Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 13 Aug 1998 15:55:56 +0000 Subject: Little compiler warning fix - Federico svn path=/trunk/; revision=313 --- calendar/gui/main.c | 2 +- calendar/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 80ee344fcb..6d2a334163 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -401,7 +401,7 @@ new_calendar (char *full_name, char *calendar_file, char *geometry, char *page) /* i18n: This "%s%s" indicates possession. Languages where the order is the inverse should translate it to "%2$s%1$s". */ - g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar"), NULL); + g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar")); toplevel = gnome_calendar_new (title); if (gnome_parse_geometry (geometry, &xpos, &ypos, &width, &height)){ diff --git a/calendar/main.c b/calendar/main.c index 80ee344fcb..6d2a334163 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -401,7 +401,7 @@ new_calendar (char *full_name, char *calendar_file, char *geometry, char *page) /* i18n: This "%s%s" indicates possession. Languages where the order is the inverse should translate it to "%2$s%1$s". */ - g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar"), NULL); + g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar")); toplevel = gnome_calendar_new (title); if (gnome_parse_geometry (geometry, &xpos, &ypos, &width, &height)){ -- cgit v1.2.3