changeset 1123:170f9b68dd03 trunk

[svn] The fallback label is not used unless detection is defined. Move endif down to reflect that.
author chainsaw
date Fri, 02 Jun 2006 09:08:57 -0700
parents ddd7946bdd8f
children a63e0fdb3d1e
files audacious/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/util.c	Wed May 31 06:55:17 2006 -0700
+++ b/audacious/util.c	Fri Jun 02 09:08:57 2006 -0700
@@ -1443,9 +1443,9 @@
 
 		ret = g_convert(str, len, "UTF-8", encoding, bytes_read, bytes_write, error);
 	}
-#endif
 
 fallback:
+#endif
 	if(!ret && cfg.chardet_fallback){
 		gchar **encs=NULL, **enc=NULL;
 		encs = g_strsplit_set(cfg.chardet_fallback, " ,:;|/", 0);