diff options
Diffstat (limited to 'doc/example-smob')
-rw-r--r-- | doc/example-smob/image-type.c | 1 | ||||
-rw-r--r-- | doc/example-smob/myguile.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/example-smob/image-type.c b/doc/example-smob/image-type.c index 313a33b4e..e3e222206 100644 --- a/doc/example-smob/image-type.c +++ b/doc/example-smob/image-type.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 <stdlib.h> #include <libguile.h> 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" |