/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/cli.c

  • Committer: zilio nicolas
  • Date: 2015-09-07 08:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: nicolas.zilio@kit.edu-20150907083548-wcckckjtm0l84hsw
further modifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
3395
3395
    
3396
3396
    if (data != argv + optind) free(data);
3397
3397
    
3398
 
    pcilib_clean_xml(handle);
3399
 
 
3400
3398
    return err;
3401
3399
}