Modified a comment
This commit is contained in:
parent
0dc5fd8969
commit
ad233c8caa
|
@ -875,7 +875,7 @@ static int _helper_open_gtkdoc(Helper * helper, char const * gtkdocdir,
|
||||||
p = >kdocdir;
|
p = >kdocdir;
|
||||||
if(*p == NULL)
|
if(*p == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
/* read a package API documentation */
|
/* read the API documentation */
|
||||||
if((s = string_new_append("file://", *p, "/", package, "/index.html",
|
if((s = string_new_append("file://", *p, "/", package, "/index.html",
|
||||||
NULL)) == NULL)
|
NULL)) == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user