Index: /branches/eam_branches/20091201/psLib/src/sys/psErrorCodes.c.in
===================================================================
--- /branches/eam_branches/20091201/psLib/src/sys/psErrorCodes.c.in	(revision 26529)
+++ /branches/eam_branches/20091201/psLib/src/sys/psErrorCodes.c.in	(revision 26530)
@@ -67,5 +67,5 @@
 static void freeErrorDescription(psErrorDescription* err)
 {
-    psFree((void *)err->description);
+    psFree(err->description);
 }
 
