summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-05-14 13:43:49 +0300
committerAlon Levy <alevy@redhat.com>2011-08-26 16:22:12 +0300
commit44b17d9b3df4c74c489b156be95fcdd2b889f126 (patch)
treedc7431d3476eed0cfa92256018481173c4b0c042
parent392bc1204c30bdda49fd0aab3e1ddb728c99feaa (diff)
g/d/remote: optotext: fix return value (fold earlier)
-rw-r--r--src/gallium/drivers/remote/remote_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/remote/remote_debug.h b/src/gallium/drivers/remote/remote_debug.h
index d5036d541b..092ddb00f2 100644
--- a/src/gallium/drivers/remote/remote_debug.h
+++ b/src/gallium/drivers/remote/remote_debug.h
@@ -11,6 +11,7 @@ char* optotext(unsigned);
#else
#define DBG(format, args...)
static inline char *optotext(unsigned dump) {
+ return NULL;
}
#endif