Initialized NULL (in static initialized data segment anyway, but be

explicit).

svn path=/trunk/boinc/; revision=4831
This commit is contained in:
Bruce Allen 2004-12-12 15:21:20 +00:00
parent 7ac4351f56
commit 152699da36
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define BOINC_STRLEN 512
void* graphics_lib_handle;
void* graphics_lib_handle=NULL;
typedef int (*BIOGI_FUNC)(BOINC_OPTIONS&, void(*worker)(), int (*)(BOINC_OPTIONS&));