summaryrefslogtreecommitdiffstats
path: root/libraries/argtable
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-05-21 20:00:14 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-05-21 20:01:58 -0400
commita11fe67bac39409a738d987823ad990bc2a49f6a (patch)
tree16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /libraries/argtable
parentab0586e7c5c26167908e1872c8005760446ecab5 (diff)
downloadslackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.gz
slackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.xz
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/argtable')
-rw-r--r--libraries/argtable/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/argtable/README b/libraries/argtable/README
index d8330b9c9b..52e4457e35 100644
--- a/libraries/argtable/README
+++ b/libraries/argtable/README
@@ -4,4 +4,4 @@ define their program's argument syntax directly in the source code
as an array of structs. The command line is then parsed according
to that specification and the resulting values stored directly into
user-defined program variables where they are accessible to the
-main program. \ No newline at end of file
+main program.