Indentation fix
This commit is contained in:
parent
c34daec8c6
commit
87c3ca9cca
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ snxtitem_list(struct nstr_item *np, int type, int *list, int len)
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
snxtitem_cargo(struct nstr_item *np, int type,
|
snxtitem_cargo(struct nstr_item *np, int type,
|
||||||
int carrier_type, int carrier_uid)
|
int carrier_type, int carrier_uid)
|
||||||
{
|
{
|
||||||
memset(np, 0, sizeof(*np));
|
memset(np, 0, sizeof(*np));
|
||||||
np->cur = -1;
|
np->cur = -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue