sofpipe: remove extraneous semicolon

(cherry picked from commit 0c57323de8)
This commit is contained in:
Brian Paul 2012-01-12 08:30:52 -07:00
parent 89a1e7caf4
commit af33e16eab

View file

@ -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)