~ubuntu-branches/ubuntu/utopic/vice/utopic

« back to all changes in this revision

Viewing changes to src/plus4/plus4-cmdline-options.c

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.2.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140510210823-r7x98jmpl1x7rgop
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
int plus4_cmdline_options_init(void)
166
166
{
167
 
    if (h256k_cmdline_options_init()<0) {
168
 
      return -1;
 
167
    if (h256k_cmdline_options_init() < 0) {
 
168
        return -1;
169
169
    }
170
 
    if (cs256k_cmdline_options_init()<0) {
171
 
      return -1;
 
170
    if (cs256k_cmdline_options_init() < 0) {
 
171
        return -1;
172
172
    }
173
173
 
174
174
    return cmdline_register_options(cmdline_options);