Index: trunk/src_plugins/io_lihata/read.c =================================================================== --- trunk/src_plugins/io_lihata/read.c (revision 21030) +++ trunk/src_plugins/io_lihata/read.c (revision 21031) @@ -1689,7 +1689,7 @@ return iolht_error(nlyt != NULL ? nlyt : nshape, "Failed to parse pad stack shape (layer mask)\n"); if (dst->layer_mask == 0) - iolht_warn(nlyt, -1, "Failed to parse pad stack shape (empty layer mask)\nThe padstack may have shapes that will behave strangely - please fix it manually"); + iolht_warn(nlyt, -1, "Failed to parse pad stack shape (empty layer mask)\nThe padstack may have shapes that will behave strangely - please fix it manually\n"); ncmb = lht_dom_hash_get(nshape, "combining"); if ((ncmb != NULL) && (ncmb->type == LHT_HASH))