Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105604
Collapse All | Expand All

(-) (-2 / +1 lines)
Line  Link Here
-- xspim/xspim.c 2005-07-23 17:27:08.000000000 +0000
Lines 416-422 Link Here
416
416
417
  toplevel = XtAppInitialize (&app_context, "Xspim", options,
417
  toplevel = XtAppInitialize (&app_context, "Xspim", options,
418
			      XtNumber (options), &argc, argv,
418
			      XtNumber (options), &argc, argv,
419
			      fallback_resources, NULL, ZERO);
419
			      NULL, NULL, ZERO);
420
420
421
  if (argc >= 0 && argv[argc] != NULL && argv[argc][0] == '-')
421
  if (argc >= 0 && argv[argc] != NULL && argv[argc][0] == '-')
422
    syntax (argv[0]);		/* Bad command line argument */
422
    syntax (argv[0]);		/* Bad command line argument */

Return to bug 105604