Add newline to end of utf8.h
Missing newline causes build failures.
CouchDB-1329
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e721e2d2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e721e2d2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e721e2d2
Branch: refs/heads/1.1.x
Commit: e721e2d22c3775415870b5ab9f8a61fc2b0909bc
Parents: 1aee941
Author: Robert Newson <rnewson@apache.org>
Authored: Wed Nov 2 21:22:00 2011 +0000
Committer: Robert Newson <rnewson@apache.org>
Committed: Wed Nov 2 21:22:33 2011 +0000
----------------------------------------------------------------------
src/couchdb/priv/couch_js/utf8.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/e721e2d2/src/couchdb/priv/couch_js/utf8.h
----------------------------------------------------------------------
diff --git a/src/couchdb/priv/couch_js/utf8.h b/src/couchdb/priv/couch_js/utf8.h
index 00f6b73..c5cb86c 100644
--- a/src/couchdb/priv/couch_js/utf8.h
+++ b/src/couchdb/priv/couch_js/utf8.h
@@ -16,4 +16,4 @@
char* enc_string(JSContext* cx, jsval arg, size_t* buflen);
JSString* dec_string(JSContext* cx, const char* buf, size_t buflen);
-#endif
\ No newline at end of file
+#endif
|