aboutsummaryrefslogtreecommitdiffstats
path: root/encalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'encalloc.c')
-rw-r--r--encalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encalloc.c b/encalloc.c
index fea9c7e..1a18da5 100644
--- a/encalloc.c
+++ b/encalloc.c
@@ -6,7 +6,7 @@ extern char *argv0;
void *
-encalloc(int status, size_t n, size_t m)
+encalloc(int status, size_t n, size_t m) /* TODO test */
{
void *ret = calloc(n, m);
if (!ret) {