From: Dana Jansens Date: Wed, 2 Oct 2002 07:48:13 +0000 (+0000) Subject: handle the 'default' since the matrix type is gone now X-Git-Tag: openbox-2_1_2^3~2 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=19eaeecd7f80a3dea55708b198ad1daf04028518;p=dana%2Fopenbox.git handle the 'default' since the matrix type is gone now --- diff --git a/util/xftlsfonts.cc b/util/xftlsfonts.cc index 3ead8ce6..5f24022f 100644 --- a/util/xftlsfonts.cc +++ b/util/xftlsfonts.cc @@ -127,6 +127,9 @@ int main(int argc, char **argv) { case XftTypeBool: cout << val.u.b; break; + + default: + break; } } while ((vallist = vallist->next)); cout << endl;