]> Dogcows Code - chaz/openbox/blobdiff - src/XAtom.cc
missing a ;
[chaz/openbox] / src / XAtom.cc
index 96c470da05ad0f5917cb62f810b419a77f019731..2f560995a5e73c7e7c110dccf7c3cde40eed7844 100644 (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;
This page took 0.025219 seconds and 4 git commands to generate.