fix previous commit

This commit is contained in:
Enno Rehling 2014-11-02 12:54:49 +01:00
parent 59075b7194
commit 0b96cc7d13
1 changed files with 2 additions and 1 deletions

View File

@ -3571,7 +3571,8 @@ void produce(struct region *r)
research_cmd(u, u->thisorder); research_cmd(u, u->thisorder);
break; break;
default: default:
assert(!"should not happen"); /* not handled here */
break;
} }
} }