From a5a87be3c45618e3fabc2447d2dff658a25c55ec Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sun, 21 Jan 2001 20:00:58 +0000 Subject: [PATCH] declaration cosmetic fix --- lib/conf.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/conf.h b/lib/conf.h index 2cee8f65..01974e5c 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -10,11 +10,8 @@ * Allocation in configuration memory pool. */ -void * -cfg_malloc(uns size); - -byte * -cfg_stralloc(byte *s); +void *cfg_malloc(uns size); +byte *cfg_stralloc(byte *s); /* * Every module places its configuration setting into some section. Section is -- 2.39.2