From be26632b1e269652992ae6f336c5dd7e2dbec7ab Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 24 Sep 2012 18:31:22 +0200 Subject: PoC: optimize omdicard --> STOP --- runtime/modules.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/modules.c') diff --git a/runtime/modules.c b/runtime/modules.c index d3c51e90..f580e58e 100644 --- a/runtime/modules.c +++ b/runtime/modules.c @@ -313,7 +313,8 @@ finalize_it: /* get the name of a module */ -static uchar *modGetName(modInfo_t *pThis) +uchar +*modGetName(modInfo_t *pThis) { return((pThis->pszName == NULL) ? (uchar*) "" : pThis->pszName); } -- cgit v1.2.3