summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 03f3cfa994..d5cfc379c1 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -409,7 +409,7 @@ static void read_viewers_config_init(void)
409 409
410 /* estimate bufsize with the filesize, will not be larger */ 410 /* estimate bufsize with the filesize, will not be larger */
411 strdup_bufsize = (size_t)filesz; 411 strdup_bufsize = (size_t)filesz;
412 strdup_handle = core_alloc_ex("filetypes", strdup_bufsize, &ops); 412 strdup_handle = core_alloc_ex(strdup_bufsize, &ops);
413 if(strdup_handle <= 0) 413 if(strdup_handle <= 0)
414 goto out; 414 goto out;
415 415