Make resource paths global static, as it's only used in here

svn path=/trunk/netsurf/; revision=11777
This commit is contained in:
John Mark Bell 2011-02-23 22:58:21 +00:00
parent fc09f79aa4
commit b193361d8f

View File

@ -123,7 +123,7 @@ static void nsgtk_PDF_no_pass(GtkButton *w, gpointer data);
#define THROBBER_FRAMES 9
char **respaths; /** resource search path vector */
static char **respaths; /** resource search path vector */
/** Create an array of valid paths to search for resources.
*