From f4bf15ca630b58919839eb9a35a1c30ae3b5047f Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 4 Nov 2003 19:11:07 +0000 Subject: [PATCH] minor text formatting --- panda/src/testbed/pview.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/panda/src/testbed/pview.cxx b/panda/src/testbed/pview.cxx index f2f27ffcf2..b8f886dd28 100644 --- a/panda/src/testbed/pview.cxx +++ b/panda/src/testbed/pview.cxx @@ -54,14 +54,15 @@ event_W(CPT_Event, void *) { void usage() { cerr << - "Usage: pview [opts] model [model ...]\n"; - " pview -h\n"; + "\n" + "Usage: pview [opts] model [model ...]\n" + " pview -h\n\n"; } void help() { usage(); - cerr << "\n" + cerr << "pview opens a quick Panda window for viewing one or more models and/or\n" "animations.\n\n" @@ -82,7 +83,7 @@ main(int argc, char *argv[]) { bool auto_center = false; - extern char *optarg; + // extern char *optarg; extern int optind; static const char *optflags = "ch"; int flag = getopt(argc, argv, optflags);