/[freetype]/ft2demos/src/common.c
ViewVC logotype

Diff of /ft2demos/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by davidT, Thu Mar 21 14:57:15 2002 UTC revision 1.3 by wl, Wed Nov 30 08:45:12 2005 UTC
# Line 7  Line 7 
7   *  This code is hereby expressly placed in the public domain.   *  This code is hereby expressly placed in the public domain.
8   *  mleisher@crl.nmsu.edu (Mark Leisher)   *  mleisher@crl.nmsu.edu (Mark Leisher)
9   *  10 October 1997   *  10 October 1997
10     *
11     *  Last update 2005-11-30.
12   */   */
13    
14  #include "common.h"  #include "common.h"
# Line 135  Line 137 
137      if ( *pp == 0 )      if ( *pp == 0 )
138      {      {
139        if ( opterr )        if ( opterr )
140          fprintf( stderr, "%s: illegal option -- %c\n", cmdname, opt );          fprintf( stderr, "%s: invalid option -- %c\n", cmdname, opt );
141        return '?';        return '?';
142      }      }
143    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26