glib/gtester.c: fixed debugging flag.

svn path=/trunk/; revision=5900
This commit is contained in:
Tim Janik 2007-11-20 15:00:47 +00:00
parent bca1fe406e
commit 2b7dbd9aab

View 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;