Changeset 539 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Jan 7, 2019, 8:03:37 PM (6 years ago)
Author:
katerina
Message:

Fixes for tickets #431 (OpenBSD compatibility) and #432 (compiler warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r485 r539  
    418418
    419419#ifdef HAVE_LIBPRELUDE
    420   if (num > 0) fputc ('\n', stdout); ++num;
    421   fputs (_(" prelude (0.9.6+)"), stdout);
     420  if (num > 0) fputc ('\n', stdout);
     421  fputs (_(" prelude (0.9.6+)"), stdout); ++num;
    422422#endif
    423423
     
    635635{
    636636  fprintf (stdout, "%s",
    637            _("Copyright (C) 1999-2008 Rainer Wichmann"\
     637           _("Copyright (C) 1999-2019 Rainer Wichmann"\
    638638             " (http://la-samhna.de).\n\n"));
    639639
Note: See TracChangeset for help on using the changeset viewer.