--- np2/x11/main.c 2004/01/07 14:51:53 1.12 +++ np2/x11/main.c 2004/03/23 15:16:43 1.14 @@ -47,6 +47,7 @@ #include "sysmenu.h" #include "toolwin.h" #include "viewer.h" +#include "debugwin.h" #include "commng.h" #include "fontmng.h" @@ -116,7 +117,7 @@ usage(void) printf("Usage: %s [options] [[FD1 image] [[FD2 image] [[FD3 image] [FD4 image]]]]\n\n", progname); printf("options:\n"); - printf("\t--help\n [-h] : print this message\n"); + printf("\t--help [-h] : print this message\n"); printf("\t--config [-c] : specify config file\n"); printf("\t--timidity-config [-C] : specify timidity config file\n"); printf("\t--shared-pixmap [-p] : use MIT-SHM pixmap extention\n"); @@ -357,6 +358,7 @@ main(int argc, char *argv[]) } pccore_term(); + debugwin_destroy(); soundmng_deinitialize(); scrnmng_destroy();