Changeset 415 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Nov 1, 2012, 7:45:54 AM (12 years ago)
Author:
katerina
Message:

Fixes for tickets #314, #315, #316, #317, #318, #319, #320, and #321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r367 r415  
    401401  printf (_("Client executable (port %d)"), SH_DEFAULT_PORT); ++num;
    402402#endif
    403 #if defined(SH_WITH_CLIENT)
     403#if defined(SH_WITH_SERVER)
    404404  if (num > 0) fputc ('\n', stdout);
    405405  printf (_("Server executable (port %d, user %s)"),
Note: See TracChangeset for help on using the changeset viewer.