e9f31516fc
puzzle. Yes, this is another implementation of the classic game like that invented by Erno Rubik. You have to manipulate the cube using the mouse. When each face shows only one colour, the game is solved. WWW: https://www.gnu.org/software/gnubik/
14 lines
276 B
C
14 lines
276 B
C
--- src/guile-hooks.c.orig 2012-01-07 17:29:10 UTC
|
||
+++ src/guile-hooks.c
|
||
@@ -202,9 +202,9 @@ read_script_directory (const char *dir_n
|
||
|
||
scm_primitive_load (scm_from_locale_string (buffer));
|
||
}
|
||
- }
|
||
|
||
- closedir (directory);
|
||
+ closedir (directory);
|
||
+ }
|
||
}
|
||
|
||
|