--- source/metaps.c
+++ source/metaps.c
@@ -209,7 +209,7 @@
 //	rectangle clipping
 //	x1 y1 x2 y2 setclip
 static char setclipmacro[]= "/setclip {\n\
-gsave
+gsave\n\
 	/y2 exch def\n\
 	/x2 exch def\n\
 	/y1 exch def\n\
--- source/term.c
+++ source/term.c
@@ -1151,7 +1151,7 @@
 	term->font		= gdk_font_load (term->tfont->str);
 	if (!term->font) {
 		fprintf(stderr,"The default font could not be found. Please change it by editing the \"tfont\" symbol in ~/euler/eulerrc\n");
-		exit();
+		exit(1);
 	}
 	term->cwidth	= gdk_char_width(term->font,'m');
 	term->cheight	= 2+gdk_string_height(term->font,"abcdefghijklmnopqrstuvwxyz0123456789");

