82f164391f
changes: -UI improvements (editable menu shortcuts, eject) -bugfixes and cleanup
13 lines
373 B
Text
13 lines
373 B
Text
$NetBSD: patch-ag,v 1.3 2006/10/17 16:23:47 drochner Exp $
|
|
|
|
--- src/defs.h.orig 2006-08-21 09:14:49.000000000 +0200
|
|
+++ src/defs.h
|
|
@@ -46,7 +46,7 @@
|
|
|
|
/* debug logging */
|
|
#ifdef LOG
|
|
-#define logprintf(FMT,...) g_print (FMT, ## __VA_ARGS__)
|
|
+#define logprintf(FMT,...) g_print (FMT , ## __VA_ARGS__)
|
|
#define logperror(STR) perror (STR)
|
|
#else
|
|
#define logprintf(FMT,...)
|