librazor/error.c
changeset 443 b2d6a8273459
parent 439 f28bb31024b4
child 447 0a5e583393e1
     1.1 --- a/librazor/error.c	Wed Aug 20 18:57:59 2014 +0100
     1.2 +++ b/librazor/error.c	Sat Aug 23 17:24:34 2014 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4  #include "razor.h"
     1.5  #include "razor-internal.h"
     1.6  
     1.7 -const char *razor_error_get_path_str(struct razor_error *error)
     1.8 +static const char *razor_error_get_path_str(struct razor_error *error)
     1.9  {
    1.10  	if (error->path_str)
    1.11  		return error->path_str;