Code

charset: removed duplicate return
authorThomas Jansen <mithi@mithi.net>
Sun, 4 Oct 2009 09:38:37 +0000 (11:38 +0200)
committerThomas Jansen <mithi@mithi.net>
Sun, 4 Oct 2009 09:38:37 +0000 (11:38 +0200)
src/charset.c

index 5e10bbd5d24983c45285b1557af8d96119a833fa..85cb89141a1ceb05447859fcee417281c6ca796e 100644 (file)
@@ -32,7 +32,6 @@ charset_init(void)
 {
        noconvert = g_get_charset(&charset);
        return charset;
-       return NULL;
 }
 #endif