diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:13:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:39 -0600 |
commit | 16c1048f463d75916a970342bb87200a36033113 (patch) | |
tree | fed0a405677b56b62c2af29c765b42f5ab23605b | |
parent | 3b7da3e0025997850b8a1ce41a97f3b80f2cd7af (diff) | |
download | slackbuilds-16c1048f463d75916a970342bb87200a36033113.tar.gz |
libraries/ocaml-bisect: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/ocaml-bisect/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ocaml-bisect/README b/libraries/ocaml-bisect/README index d3468ddc48..b335a6b5a4 100644 --- a/libraries/ocaml-bisect/README +++ b/libraries/ocaml-bisect/README @@ -1 +1 @@ -Bisect is a code coverage tool for the OCaml language.
\ No newline at end of file +Bisect is a code coverage tool for the OCaml language. |