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

« back to all changes in this revision

Viewing changes to src/c64/cart/simonsbasic.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:
160
160
    snapshot_module_t *m;
161
161
 
162
162
    m = snapshot_module_create(s, SNAP_MODULE_NAME,
163
 
                          CART_DUMP_VER_MAJOR, CART_DUMP_VER_MINOR);
 
163
                               CART_DUMP_VER_MAJOR, CART_DUMP_VER_MINOR);
164
164
    if (m == NULL) {
165
165
        return -1;
166
166
    }