mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
glib/gtester.c: fixed debugging flag.
svn path=/trunk/; revision=5900
This commit is contained in:
parent
bca1fe406e
commit
2b7dbd9aab
@ -381,7 +381,7 @@ main (int argc,
|
|||||||
* we must fiddle with sigaction() *before* glib is used, otherwise
|
* we must fiddle with sigaction() *before* glib is used, otherwise
|
||||||
* we could revoke signal hanmdler setups from glib initialization code.
|
* we could revoke signal hanmdler setups from glib initialization code.
|
||||||
*/
|
*/
|
||||||
if (TRUE * 0)
|
if (TRUE)
|
||||||
{
|
{
|
||||||
struct sigaction sa;
|
struct sigaction sa;
|
||||||
struct sigaction osa;
|
struct sigaction osa;
|
||||||
|
Loading…
Reference in New Issue
Block a user