diff options
-rw-r--r-- | doc/example-smob/image-type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example-smob/image-type.h b/doc/example-smob/image-type.h index e57b1c650..38fcf74c4 100644 --- a/doc/example-smob/image-type.h +++ b/doc/example-smob/image-type.h @@ -1,3 +1,3 @@ /* file "image-type.h" */ -void init_image_type(void); +void init_image_type (void); |