~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/innochecksum.c

  • Committer: Brian Aker
  • Date: 2009-01-06 23:40:50 UTC
  • mfrom: (642.1.69 drizzle-clean-code)
  • Revision ID: brian@tangent.org-20090106234050-w01lo5f4r3q62nik
Finished merge for Lee

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
    case ':':
178
178
      fprintf(stderr, "option -%c requires an argument\n", optopt);
179
179
      return 1;
180
 
      break;
181
180
    case '?':
182
181
      fprintf(stderr, "unrecognized option: -%c\n", optopt);
183
182
      return 1;
184
 
      break;
185
183
    }
186
184
  }
187
185