diff options
author | Brian Paul <[email protected]> | 2014-12-12 16:45:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-12-12 16:45:33 -0700 |
commit | 7dccc1a57aff9d65c3ddfa2fa4ede28e96f7764b (patch) | |
tree | 6dc5bd436235eb7871b857324415b2a23e6bc5f5 /src | |
parent | 0dcc7de20552b744e91a31d840f9d5af32b2039e (diff) |
util: add missing closing brace for __cplusplus
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_prim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index cf1a18f4279..b2dd44df230 100644 --- a/src/gallium/auxiliary/util/u_prim.h +++ b/src/gallium/auxiliary/util/u_prim.h @@ -280,4 +280,10 @@ u_reduced_prims_for_vertices(int primitive, int vertices) const char *u_prim_name( unsigned pipe_prim ); + +#ifdef __cplusplus +} +#endif + + #endif |