draw llvm: fix typo (boolean, not bool)

This commit is contained in:
Zack Rusin
2010-04-19 13:30:16 -04:00
parent 05bf77a2da
commit e3e5faba89
+1 -1
View File
@@ -251,7 +251,7 @@ struct draw_context
#ifdef HAVE_LLVM
LLVMExecutionEngineRef engine;
bool use_llvm;
boolean use_llvm;
#endif
void *driver_private;
};