ftp://ftp.smr.ru/pub/0/FreeBSD/releases/distfiles/xscreensaver-3.16.tar.gz
[xscreensaver] / hacks / xmatrix.c
index 38d9af14c117bac7ecff2a1bb4ac65a8f1708c86..006bd5660bc1f44494927b76c1599cce14161e58 100644 (file)
@@ -176,7 +176,7 @@ init_matrix (Display *dpy, Window window)
     {
       if (insert && *insert)
         fprintf (stderr,
-                 "%s: `insert' must be `top', `bottom', or `both', not \%s'\n",
+                 "%s: `insert' must be `top', `bottom', or `both', not `%s'\n",
                  progname, insert);
       state->insert_top_p = False;
       state->insert_bottom_p = True;
@@ -409,7 +409,7 @@ char *defaults [] = {
   ".foreground:                   green",
   "*delay:                10000",
   "*insert:               both",
-  "*density:              85",
+  "*density:              75",
   0
 };