aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2011-07-13 23:19:37 +0100
committerBrian Paul <[email protected]>2011-07-13 16:37:29 -0600
commit88d647d83b77a9e45f66bff67513f908e6a23c01 (patch)
treee05224b58e79ba1c6526b23c0650d35cefca2063
parent3e58345794fc6727e314abd38ffb448b2768c697 (diff)
utils: Add missing parentheses
Signed-off-by: Emil Velikov <[email protected]> Signed-off-by: Brian Paul <[email protected]>
-rw-r--r--src/gallium/auxiliary/util/u_video.h4
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 78cceb6bcf2..46da1361004 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 */