From 3b8e32c9bbe0d909c34303da0ad36ef0ef5be852 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 9 Oct 2015 03:11:34 +0200 Subject: Introduce hashes --- views/transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/transform.c') 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 }; -- cgit v1.2.3