- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
+6 -6
View File
@@ -53,13 +53,13 @@
#ifdef LEAK_DETECTIVE
/**
* @brief Allocater object use to detect memory leaks.
*
*/
typedef struct allocator_s allocator_t;
typedef struct allocator_t allocator_t;
struct allocator_s {
/**
*@brief Allocater object use to detect memory leaks.
*
*/
struct allocator_t {
/**
* Allocates memory with LEAK_DETECTION and