Commit 03a14134 authored by claes's avatar claes

*** empty log message ***

parent 0853543f
/* /*
* Proview $Id: rt_io_supervise.c,v 1.2 2005-09-01 14:57:55 claes Exp $ * Proview $Id: rt_io_supervise.c,v 1.3 2008-09-23 07:25:53 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -592,7 +592,7 @@ pwr_tStatus io_ClearSupLst ( ...@@ -592,7 +592,7 @@ pwr_tStatus io_ClearSupLst (
ASupLstP = ANextP; ASupLstP = ANextP;
} }
free( (char *) Ctx); free(Ctx);
return IO__SUCCESS; return IO__SUCCESS;
} /* END io_ClearSupLst */ } /* END io_ClearSupLst */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment