diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 9c601a0ac24..64a47416202 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1079,7 +1079,7 @@ r_alloc_reinit (void) | |||
| 1079 | #include <assert.h> | 1079 | #include <assert.h> |
| 1080 | 1080 | ||
| 1081 | void | 1081 | void |
| 1082 | r_alloc_check () | 1082 | r_alloc_check (void) |
| 1083 | { | 1083 | { |
| 1084 | int found = 0; | 1084 | int found = 0; |
| 1085 | heap_ptr h, ph = 0; | 1085 | heap_ptr h, ph = 0; |