diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-10-19 21:55:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-10-19 21:55:35 +0000 |
commit | 6f7e3d59151d87bd43ce27b2187db27de1fc5914 (patch) | |
tree | a1389eb3f7581aef8c0d4defaead33e2f0c8b5af /doc/example-smob/myguile.c | |
parent | 0015dd6e60e7d827a0ce0494f17967aa6c6a4ac4 (diff) | |
download | guile-6f7e3d59151d87bd43ce27b2187db27de1fc5914.tar.gz |
* image-type.c, myguile.c: Terminate copyright comments.
Diffstat (limited to 'doc/example-smob/myguile.c')
-rw-r--r-- | doc/example-smob/myguile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/example-smob/myguile.c b/doc/example-smob/myguile.c index 3a7e72411..95bff27fd 100644 --- a/doc/example-smob/myguile.c +++ b/doc/example-smob/myguile.c @@ -16,6 +16,7 @@ * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA + */ #include <libguile.h> #include "image-type.h" |