--- psiconv/trunk/lib/psiconv/list.c 2000/12/13 16:17:54 62 +++ psiconv/trunk/lib/psiconv/list.c 2000/12/15 01:16:43 65 @@ -1,6 +1,6 @@ /* list.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999, 2000 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 @@ -136,5 +136,6 @@ } else return -PSICONV_E_NOMEM; } + return 0; }