*** empty log message ***
authorayin <ayin>
Tue, 23 Oct 2007 21:54:42 +0000 (21:54 +0000)
committerayin <ayin>
Tue, 23 Oct 2007 21:54:42 +0000 (21:54 +0000)
src/misc.C

index b2aef19d697f4c1b634bd167818861af9f99a028..4e56baff129108127ef4ea82149932e7948d7f5c 100644 (file)
@@ -81,7 +81,7 @@ rxvt_wcstoutf8 (const wchar_t *str, int len)
         *p++ = 0xc0 | ( w >>  6),
         *p++ = 0x80 | ( w        & 0x3f);
       else if (w < 0x010000)
-        *p++ = 0xe0 | ( w >> 12       ),
+        *p++ = 0xe0 | ( w >> 12),
         *p++ = 0x80 | ((w >>  6) & 0x3f),
         *p++ = 0x80 | ( w        & 0x3f);
       else if (w < 0x110000)