aboutsummaryrefslogtreecommitdiffstats
path: root/local.c
diff options
context:
space:
mode:
Diffstat (limited to 'local.c')
-rw-r--r--local.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/local.c b/local.c
index 1c94cf8..ede5aaf 100644
--- a/local.c
+++ b/local.c
@@ -1,4 +1,4 @@
-/* $Id: local.c,v 1.12 2001/12/03 18:15:12 ukai Exp $ */
+/* $Id: local.c,v 1.13 2001/12/03 18:29:37 ukai Exp $ */
#include "fm.h"
#include <string.h>
#include <stdio.h>
@@ -173,9 +173,7 @@ check_local_cgi(char *file, int status)
char tmp[_MAX_PATH];
int len;
- _abspath(tmp, w3m_lib_dir(), _MAX_PATH); /* Translate '\\' to '/'
- *
- */
+ _abspath(tmp, w3m_lib_dir(), _MAX_PATH); /* Translate '\\' to '/' */
len = strlen(tmp);
while (len > 1 && tmp[len - 1] == '/')
len--;