/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 views/transform.c

  • Committer: Vasilii Chernov
  • Date: 2016-02-11 11:28:37 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160211112837-vg7wezhh0cs51hvq
Solve errors in serialing register_info function. Clear unused code

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                return err;
54
54
        }
55
55
        else
56
 
                pcilib_script_write(ctx, v->script, val);
 
56
                return pcilib_script_write(ctx, v->script, (pcilib_value_t *)val);
57
57
}
58
58
 
59
59
void pcilib_transform_view_free_description (pcilib_t *ctx, pcilib_view_description_t *view)