http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / glx / lament.c
index 3f5080c04d0b0b0650b988c7df94d29c732c7850..aedc57d421df8ebb1eaef93d86bc02a996e104e0 100644 (file)
@@ -109,6 +109,7 @@ static argtype vars[] = {
 ModeSpecOpt lament_opts = {countof(opts), opts, countof(vars), vars, NULL};
 
 #include "xpm-ximage.h"
+
 #include "../images/lament.xpm"
 
 #define RAND(n) ((long) ((random() & 0x7fffffff) % ((long) (n))))