Fix assert messages.

Approved by:	pjd (mentor)
This commit is contained in:
Mikolaj Golub 2011-04-26 19:11:15 +00:00
parent ea719ede02
commit 610bc6ae4a

View File

@ -465,7 +465,7 @@ main(int argc, char *argv[])
}
break;
default:
assert(!"Impossible role!");
assert(!"Impossible command!");
}
/* Setup control connection... */
@ -512,7 +512,7 @@ main(int argc, char *argv[])
error = control_status(nv);
break;
default:
assert(!"Impossible role!");
assert(!"Impossible command!");
}
exit(error);