mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Make resource paths global static, as it's only used in here
svn path=/trunk/netsurf/; revision=11777
This commit is contained in:
parent
fc09f79aa4
commit
b193361d8f
@ -123,7 +123,7 @@ static void nsgtk_PDF_no_pass(GtkButton *w, gpointer data);
|
|||||||
|
|
||||||
#define THROBBER_FRAMES 9
|
#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.
|
/** Create an array of valid paths to search for resources.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user