diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-20 03:23:24 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-20 03:23:24 +0000 |
commit | 215282c426234f6307ce49ee8813655ad190f439 (patch) | |
tree | 82a369710062ba9de131e9fe7ade6d4f4cc8a35a /doc/example-smob | |
parent | 62209d20c4cbe7710deb2ea52721358ac78cd733 (diff) | |
download | guile-215282c426234f6307ce49ee8813655ad190f439.tar.gz |
Code layout fix
Diffstat (limited to 'doc/example-smob')
-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); |