chiark / gitweb /
Ahem. Apparently forgot to compile-test after that one last tiny
authorSimon Tatham <anakin@pobox.com>
Mon, 7 Apr 2008 17:16:08 +0000 (17:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 7 Apr 2008 17:16:08 +0000 (17:16 +0000)
change.

[originally from svn r7977]

puzzles.h

index 11acb1f206ddca99817cee6f981913b51827a1e7..2a9f517e27c0ce870682c5116919c62594ce021c 100644 (file)
--- a/puzzles.h
+++ b/puzzles.h
@@ -208,7 +208,7 @@ void print_get_colour(drawing *dr, int colour, int printing_in_colour,
 int print_mono_colour(drawing *dr, int grey); /* 0==black, 1==white */
 int print_grey_colour(drawing *dr, float grey);
 int print_hatched_colour(drawing *dr, int hatch);
-int print_rgb_mono_colour(drawing *dr, float r, float g, float b, float mono);
+int print_rgb_mono_colour(drawing *dr, float r, float g, float b, int mono);
 int print_rgb_grey_colour(drawing *dr, float r, float g, float b, float grey);
 int print_rgb_hatched_colour(drawing *dr, float r, float g, float b,
                             int hatch);