diff options
author | Alon Levy <alevy@redhat.com> | 2011-05-14 13:43:49 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-08-26 16:22:12 +0300 |
commit | 44b17d9b3df4c74c489b156be95fcdd2b889f126 (patch) | |
tree | dc7431d3476eed0cfa92256018481173c4b0c042 /src | |
parent | 392bc1204c30bdda49fd0aab3e1ddb728c99feaa (diff) |
g/d/remote: optotext: fix return value (fold earlier)
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/remote/remote_debug.h | 1 |
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 |