glib/gtester.c: fixed debugging flag.
authorTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:47 +0000 (15:00 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:00:47 +0000 (15:00 +0000)
svn path=/trunk/; revision=5900

glib/gtester.c

index e315a42..bf2c1ae 100644 (file)
@@ -381,7 +381,7 @@ main (int    argc,
    * we must fiddle with sigaction() *before* glib is used, otherwise
    * we could revoke signal hanmdler setups from glib initialization code.
    */
-  if (TRUE * 0)
+  if (TRUE)
     {
       struct sigaction sa;
       struct sigaction osa;