[Mesa-dev] [PATCH] utils: Add missing parentheses
Brian Paul
brianp at vmware.com
Wed Jul 13 15:37:51 PDT 2011
On 07/13/2011 04:19 PM, Emil Velikov wrote:
> Signed-off-by: Emil Velikov<emil.l.velikov at gmail.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 */
Pushed. Thanks.
-Brian
More information about the mesa-dev
mailing list