summaryrefslogtreecommitdiff
path: root/src/location.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/location.c')
-rw-r--r--src/location.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location.c b/src/location.c
index dd4bd043..662b2a12 100644
--- a/src/location.c
+++ b/src/location.c
@@ -219,7 +219,7 @@ void
boundary_set_from_string (boundary *bound, char *loc_str)
{
/* Must search in reverse since the file name field may
- * contain `.' or `:'. */
+ * contain '.' or ':'. */
char *delim = strrchr (loc_str, '.');
aver (delim);
*delim = '\0';