summaryrefslogtreecommitdiffstats
path: root/src/os_mac_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_mac_conv.c')
-rw-r--r--src/os_mac_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c
index 734f8f6c9f..211b235313 100644
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -258,7 +258,7 @@ enc2macroman(
kCFStringEncodingMacRoman,
0, // no lossy conversion
0, // not external representation (since vim
- // handles this internally
+ // handles this internally)
to, maxtolen, &l))
{
CFRelease(cfstr);