mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
fix non-debug compile
This commit is contained in:
parent
23d7dfd01c
commit
12fa808170
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ logLastError()
|
||||||
XP_LOGF( "system error: %s", msg );
|
XP_LOGF( "system error: %s", msg );
|
||||||
} /* logLastError */
|
} /* logLastError */
|
||||||
#else
|
#else
|
||||||
# define logLastError
|
# define logLastError()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue