From: Brian Paul Date: Thu, 12 Jan 2012 15:30:52 +0000 (-0700) Subject: sofpipe: remove extraneous semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c57323de8bcfb5932e14a88ef9554059fc3be72;p=mesa.git sofpipe: remove extraneous semicolon --- diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 32408f35cc8..f5ff68c0acc 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -45,7 +45,7 @@ #include "sp_fence.h" #include "sp_public.h" -DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE); +DEBUG_GET_ONCE_BOOL_OPTION(use_llvm, "SOFTPIPE_USE_LLVM", FALSE) static const char * softpipe_get_vendor(struct pipe_screen *screen)