Header updates
[yaz-moved-to-github.git] / src / icu_transform.c
index 0d75ff7..e8d2012 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) 1995-2011 Index Data
  * See the file LICENSE for details.
  */
 
@@ -61,6 +61,7 @@ struct icu_transform * icu_transform_create(const char *id, char action,
 
     if (id)
         icu_utf16_from_utf8_cstr(id16, id, status);
+
     if (rules)
         icu_utf16_from_utf8_cstr(rules16, rules, status);