mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-14 14:28:16 +02:00
minor fix
This commit is contained in:
parent
c926a15fc4
commit
1f9f66bba8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
//#define SPAWN_DEBUG
|
//#define SPAWN_DEBUG
|
||||||
|
|
||||||
#ifndef SPAWN_DEBUG || defined(_MSC_VER)
|
#if !defined(SPAWN_DEBUG) || defined(_MSC_VER)
|
||||||
#define PING()
|
#define PING()
|
||||||
#else
|
#else
|
||||||
#define PING() fprintf (stderr, "%s:%s:%d\n", __FILE__, __FUNCTION__, __LINE__); fflush (stderr)
|
#define PING() fprintf (stderr, "%s:%s:%d\n", __FILE__, __FUNCTION__, __LINE__); fflush (stderr)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue