(emp_obj_chr_name): Move the return NULL to the end of function.
This commit is contained in:
parent
cf6de2541b
commit
0a9c46ad1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue