0.9.0.17: minor tweaks
[sbcl.git] / src / runtime / runtime.c
index 4bf4046..2aa0831 100644 (file)
@@ -166,13 +166,7 @@ void
 print_banner()
 {
     printf(
-"                                  Cl\n\
-                             Cl._ |\n\
-                                _>Sb---Cl\n\
-                             Cl#  |\n\
-                                  Cl\n\
-\n\
-This is SBCL %s, an implementation of ANSI Common Lisp.\n\
+"This is SBCL %s, an implementation of ANSI Common Lisp.\n\
 More information about SBCL is available at <http://www.sbcl.org/>.\n\
 \n\
 SBCL is free software, provided as is, with absolutely no warranty.\n\
@@ -345,5 +339,6 @@ main(int argc, char *argv[], char *envp[])
     FSHOW((stderr, "/funcalling initial_function=0x%lx\n", initial_function));
     create_initial_thread(initial_function);
     lose("CATS.  CATS ARE NICE.");
+    return 0;
 }