missing a ;
This commit is contained in:
parent
66119f751d
commit
25f3456b5d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue