From 88d647d83b77a9e45f66bff67513f908e6a23c01 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 13 Jul 2011 23:19:37 +0100 Subject: [PATCH] utils: Add missing parentheses Signed-off-by: Emil Velikov Signed-off-by: Brian Paul --- src/gallium/auxiliary/util/u_video.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.30.2