* make error messages more consistent

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-30 09:02:29 +02:00
parent 00bd5e1c87
commit 2b393ed7c5
7 changed files with 36 additions and 26 deletions

View File

@ -81,7 +81,6 @@ mu_str_normalize_in_place (char *str, gboolean downcase)
case 0x89:
case 0x8a:
case 0x8b:
g_printerr ("<%c>", downcase ? 'e' : 'E');
str[i++] = downcase ? 'e' : 'E';
break;