tests/gdatetime: add a missing ; on windows
authorDan Winship <danw@gnome.org>
Sun, 6 Jan 2013 23:56:39 +0000 (18:56 -0500)
committerDan Winship <danw@gnome.org>
Sun, 6 Jan 2013 23:56:39 +0000 (18:56 -0500)
glib/tests/gdatetime.c

index 66c0432..4f82929 100644 (file)
@@ -891,7 +891,7 @@ GDateTime *__dt = g_date_time_new_local (2009, 10, 24, 0, 0, 0);\
 #ifdef G_OS_UNIX
   TEST_PRINTF ("%Z", dst);
 #elif defined G_OS_WIN32
-  TEST_PRINTF ("%Z", "Pacific Standard Time")
+  TEST_PRINTF ("%Z", "Pacific Standard Time");
 #endif
 }