diff options
| author | Kees Cook <kees@outflux.net> | 2006-10-03 00:15:22 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2006-10-03 00:15:22 +0000 |
| commit | 2c21fedd8d3581e9d4dfda0dbe9d0a041e89ea5f (patch) | |
| tree | cacffbf7caf90899dda601a22686a858a326dab4 | |
| parent | new hash tool (diff) | |
| download | inkscape-2c21fedd8d3581e9d4dfda0dbe9d0a041e89ea5f.tar.gz inkscape-2c21fedd8d3581e9d4dfda0dbe9d0a041e89ea5f.zip | |
Typo in Makefile.am (whitespace trailing backslash)
(bzr r1756)
| -rw-r--r-- | share/extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 6619fcf7e..87e4e5da3 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -83,7 +83,7 @@ modules = \ ffmet.inx \ ffms.inx \ ffss.inx \ - ffset.inx \ + ffset.inx \ funcplot.inx \ handles.inx \ interp.inx \ |
