Address bug #13291: Compilation problem in multiplayer_connect.cpp.

This commit is contained in:
Eric S. Raymond 2009-03-30 10:56:58 +00:00
parent 59a6ec2937
commit 99c562baaa

View File

@ -677,6 +677,7 @@ config connect::side::get_config() const
break;
case CNTR_LAST:
default:
description = N_("(empty)");
assert(false);
break;
}