missing a ;

This commit is contained in:
Dana Jansens 2002-07-10 17:47:59 +00:00
parent 66119f751d
commit 25f3456b5d

View file

@ -454,7 +454,7 @@ bool XAtom::getValue(Window win, Atoms atom, StringType type,
switch (type) {
case ansi: t = _atoms[string]; break;
case utf8: t = _atoms[utf8_string]; break;
default: assert(False); return // unhandled StringType
default: assert(False); return; // unhandled StringType
}
unsigned char *value;