aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/stringwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdraw/stringwidth.c')
-rw-r--r--src/libdraw/stringwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdraw/stringwidth.c b/src/libdraw/stringwidth.c
index 522fbc01..52d9fd67 100644
--- a/src/libdraw/stringwidth.c
+++ b/src/libdraw/stringwidth.c
@@ -55,7 +55,7 @@ _stringnwidth(Font *f, char *s, Rune *r, int len)
else
break;
}
- /*
+ /*
* must not free sf until cachechars has found it in the cache
* and picked up its own reference.
*/