(emp_obj_chr_name): Move the return NULL to the end of function.

This commit is contained in:
Ron Koenderink 2006-07-26 00:58:14 +00:00
parent cf6de2541b
commit 0a9c46ad1e

View file

@ -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