Author: adrian.chadd
Date: Sun Apr 12 08:48:09 2009
New Revision: 13925
Modified:
branches/LUSCA_HEAD/libcore/mem.h
Log:
Fix bad decl.
Modified: branches/LUSCA_HEAD/libcore/mem.h
==============================================================================
--- branches/LUSCA_HEAD/libcore/mem.h (original)
+++ branches/LUSCA_HEAD/libcore/mem.h Sun Apr 12 08:48:09 2009
@@ -25,7 +25,7 @@
}
static inline void *
-xxrealloc(void *ptr, size_t *sz)
+xxrealloc(void *ptr, size_t sz)
{
return realloc(ptr, sz);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---