diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-15 20:27:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-15 20:27:00 -0500 |
commit | 1404622ad76bd023ed792cf91fd727953304f065 (patch) | |
tree | f942534ecb01933c62e602bec712c20e265ee3c5 /libraries/libcsv | |
parent | 143991a46e9db6fbc38045cd97a513ef8b19754e (diff) | |
download | slackbuilds-1404622ad76bd023ed792cf91fd727953304f065.tar.gz |
Entire Repo: Fix the "handy ruler" length in slack-desc files
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libcsv')
-rw-r--r-- | libraries/libcsv/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libcsv/slack-desc b/libraries/libcsv/slack-desc index 948e690068..f106d9d457 100644 --- a/libraries/libcsv/slack-desc +++ b/libraries/libcsv/slack-desc @@ -4,7 +4,7 @@ # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. -|-----handy-ruler--------------------------------------------------------| +|-----handy-ruler------------------------------------------------------| libcsv: libcsv( CSV's Library ) libcsv: libcsv: libcsv is a small, simple and fast CSV library written in pure |