Mesa (master): utils: Add missing parentheses

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 13 22:37:44 UTC 2011


Module: Mesa
Branch: master
Commit: 88d647d83b77a9e45f66bff67513f908e6a23c01
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88d647d83b77a9e45f66bff67513f908e6a23c01

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Wed Jul 13 23:19:37 2011 +0100

utils: Add missing parentheses

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/auxiliary/util/u_video.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_video.h b/src/gallium/auxiliary/util/u_video.h
index 78cceb6..46da136 100644
--- a/src/gallium/auxiliary/util/u_video.h
+++ b/src/gallium/auxiliary/util/u_video.h
@@ -68,4 +68,8 @@ u_reduce_video_profile(enum pipe_video_profile profile)
    }
 }
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* U_VIDEO_H */




More information about the mesa-commit mailing list