diff src/sysdll.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 966663fcf606
children 6330739388db
line wrap: on
line diff
--- a/src/sysdll.c	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/sysdll.c	Mon Aug 13 10:28:48 2007 +0200
@@ -108,7 +108,7 @@
 }
 
 int dll_close(dll_handle h) {
-  shl_t h = *((shl_t *)hp);
+  shl_t hp = *((shl_t *)h);
   free(hp);
   return (shl_unload(h));
 }