--- psiconv/trunk/lib/psiconv/generate_layout.c 2004/01/06 20:15:01 184 +++ psiconv/trunk/lib/psiconv/generate_layout.c 2004/02/04 12:19:09 196 @@ -1,6 +1,6 @@ /* generate_layout.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2000 Frodo Looijaard + Copyright (c) 2000-2004 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -95,7 +95,7 @@ return res; if ((res = psiconv_write_color(config,buf,lev+1,value->color))) return res; - // Unknown byte + /* Unknown byte */ return psiconv_write_u8(config,buf,lev+1,1); }