forked from github/server
fix previous commit
This commit is contained in:
parent
59075b7194
commit
0b96cc7d13
|
@ -3571,7 +3571,8 @@ void produce(struct region *r)
|
|||
research_cmd(u, u->thisorder);
|
||||
break;
|
||||
default:
|
||||
assert(!"should not happen");
|
||||
/* not handled here */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue