Minor documentation change

This commit is contained in:
Ole Loots 2013-12-29 23:00:52 +01:00
parent ccde3fc1eb
commit f31b7fa5c4
1 changed files with 2 additions and 2 deletions

View File

@ -124,14 +124,14 @@ char *url_to_path(const char *url)
/**
* Locate a shared resource file by searching known places in order.
* Search order is: ./, NETSURF_GEM_RESPATH, ./$HOME/.netsurf/, $NETSURFRES/
* (where NETSURFRES is an environment variable)
*
* \param buf buffer to write to. must be at least PATH_MAX chars
* \param filename file to look for
* \param def default to return if file not found
* \return buf
*
* Search order is: ./, NETSURF_GEM_RESPATH, ./$HOME/.netsurf/, $NETSURFRES/ (where NETSURFRES is an
* environment variable),
*/
#ifndef NETSURF_GEM_RESPATH
#define NETSURF_GEM_RESPATH "./res/"