From: Jon Trulson Date: Mon, 2 Apr 2018 18:22:32 +0000 (-0600) Subject: dtwm/WmResource.c: remove errant ')' added in previous commit X-Git-Tag: 2.2.4a~136^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2cac2a29ac69a82b6fd2a991b6b540dcb5682b0a;p=oweals%2Fcde.git dtwm/WmResource.c: remove errant ')' added in previous commit --- diff --git a/cde/programs/dtwm/WmResource.c b/cde/programs/dtwm/WmResource.c index 52255a3c..c724e373 100644 --- a/cde/programs/dtwm/WmResource.c +++ b/cde/programs/dtwm/WmResource.c @@ -398,7 +398,7 @@ void InitBuiltinSystemMenu(void) else { /* put it together */ - snprintf(dsm, sizeof(dsm), "%s\n{\n%s)\n%s\n%s\n%s\n%s\n%s\n no-label f.separator\n", + snprintf(dsm, sizeof(dsm), "%s\n{\n%s\n%s\n%s\n%s\n%s\n%s\n no-label f.separator\n", defaultSystemMenuName, ResString, MovString, SizString, MinString, MaxString, LowString); #ifdef WSM