diff options
author | Brian Paul <[email protected]> | 2010-08-06 15:09:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-08-06 15:09:41 -0600 |
commit | 14e9fbee1cef281c6849a5f2a6d2cc66bfd4b3fd (patch) | |
tree | e8cc706b22f7a068641e871dd7b2972616036d1d /src/gallium/drivers/llvmpipe | |
parent | c3ad060488ffd98f1c6dc9127b46324c5201f434 (diff) |
gallium: remove stray semicolons
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c index 28793682edf..7543bd7b2b0 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.c +++ b/src/gallium/drivers/llvmpipe/lp_context.c @@ -47,7 +47,7 @@ #include "lp_setup.h" -DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE); +DEBUG_GET_ONCE_BOOL_OPTION(lp_no_rast, "LP_NO_RAST", FALSE) static void llvmpipe_destroy( struct pipe_context *pipe ) |