diff options
Diffstat (limited to 'views/transform.c')
-rw-r--r-- | views/transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/transform.c b/views/transform.c index 93fc783..8885e17 100644 --- a/views/transform.c +++ b/views/transform.c @@ -68,4 +68,4 @@ static int pcilib_transform_view_write(pcilib_t *ctx, pcilib_view_context_t *vie const pcilib_view_api_description_t pcilib_transform_view_api = - { PCILIB_VERSION, sizeof(pcilib_transform_view_description_t), NULL, NULL, pcilib_transform_view_read, pcilib_transform_view_write }; + { PCILIB_VERSION, sizeof(pcilib_transform_view_description_t), NULL, NULL, NULL, pcilib_transform_view_read, pcilib_transform_view_write }; |