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 #include 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 #include "image-type.h"