summaryrefslogtreecommitdiff
path: root/lib/opencdk/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opencdk/stream.h')
-rw-r--r--lib/opencdk/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opencdk/stream.h b/lib/opencdk/stream.h
index 491e330099..50553b6946 100644
--- a/lib/opencdk/stream.h
+++ b/lib/opencdk/stream.h
@@ -41,7 +41,7 @@ enum
/* Type definition for the filter function. */
typedef cdk_error_t (*filter_fnct_t) (void *opaque, int ctl, FILE * in,
- FILE * out);
+ FILE * out);
/* The stream filter context structure. */
struct stream_filter_s