[glib] tests/gdatetime: add a missing ; on windows



commit b3ce0deb6d81bad318fee2f15e73cc4df20d945f
Author: Dan Winship <danw gnome org>
Date:   Sun Jan 6 18:56:39 2013 -0500

    tests/gdatetime: add a missing ; on windows

 glib/tests/gdatetime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
index 66c0432..4f82929 100644
--- a/glib/tests/gdatetime.c
+++ b/glib/tests/gdatetime.c
@@ -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
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]