summaryrefslogtreecommitdiff
path: root/src/info2html/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info2html/utils.c')
-rw-r--r--src/info2html/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/utils.c b/src/info2html/utils.c
index db0fd0b5..5de48791 100644
--- a/src/info2html/utils.c
+++ b/src/info2html/utils.c
@@ -241,7 +241,7 @@ void map_spaces_to_underscores( char *str )
case '\t':
case '`':
case '\'':
- case '/':
+ case '/':
case '\\':
case '"':
case '.':