diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2009-02-22 12:57:20 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2009-02-22 12:57:20 +0000 |
| commit | 87bd938ebf89ea23483ae4b931160f3920e07a40 (patch) | |
| tree | 3096b6ff1de187f98c8a85b7b959ab9a5241ca6c | |
| parent | 3d6de1eb47af21a9d9c0e6390b115febbf8b1d91 (diff) | |
| download | puzzles-87bd938ebf89ea23483ae4b931160f3920e07a40.zip puzzles-87bd938ebf89ea23483ae4b931160f3920e07a40.tar.gz puzzles-87bd938ebf89ea23483ae4b931160f3920e07a40.tar.bz2 puzzles-87bd938ebf89ea23483ae4b931160f3920e07a40.tar.xz | |
Fix duplicate keyword.
[originally from svn r8458]
| -rw-r--r-- | devel.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2143,7 +2143,7 @@ however, that it is a hint only: the central printing system may choose to vary line thicknesses at user request or due to printer capabilities. -\S{print-line-width} \cw{print_line_dotted()} +\S{print-line-dotted} \cw{print_line_dotted()} \c void print_line_dotted(drawing *dr, int dotted); |