From 0a9c46ad1e95392261f1753a7d7b41b09c61edc1 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Wed, 26 Jul 2006 00:58:14 +0000 Subject: [PATCH] (emp_obj_chr_name): Move the return NULL to the end of function. --- src/lib/common/empobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common/empobj.c b/src/lib/common/empobj.c index fdad3ae7..45f2d7fe 100644 --- a/src/lib/common/empobj.c +++ b/src/lib/common/empobj.c @@ -118,8 +118,8 @@ emp_obj_chr_name(struct empobj *gp) return dchr[(int)gp->type].d_name; default: CANT_REACH(); - return NULL; } + return NULL; } int