summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-02 16:39:08 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-02 16:39:08 +0100
commit8848f754e07264a8b358c34048d84139660291d1 (patch)
tree4a7331647120f9442a288cbf8a7e66c2256a27ee /windows
parent29e29cccd772c7be1b5cc878313287307ed7490f (diff)
downloadnetsurf-8848f754e07264a8b358c34048d84139660291d1.tar.gz
netsurf-8848f754e07264a8b358c34048d84139660291d1.tar.bz2
documentation fixes and cleanups
Diffstat (limited to 'windows')
-rw-r--r--windows/findfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/findfile.c b/windows/findfile.c
index 51ce74829..aed43b0bf 100644
--- a/windows/findfile.c
+++ b/windows/findfile.c
@@ -93,7 +93,7 @@ static char *realpath(const char *path, char *resolved_path)
*
* Search order is: ~/.netsurf/, $NETSURFRES/ (where NETSURFRES is an
* environment variable), then the path specified in
- NETSURF_WINDOWS_RESPATH in the Makefile then .\res\ [windows paths]
+ * NETSURF_WINDOWS_RESPATH in the Makefile then .\res\ [windows paths]
*/
char *nsws_find_resource(char *buf, const char *filename, const char *def)