You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/11/02 22:24:23 UTC

[3/3] git commit: Add newline to end of utf8.h

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/e5c83d7f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e5c83d7f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e5c83d7f

Branch: refs/heads/master
Commit: e5c83d7f62aa6c82e846fcbb54d4c70a47f2bba2
Parents: 64cda84
Author: Robert Newson <rn...@apache.org>
Authored: Wed Nov 2 21:22:00 2011 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Nov 2 21:22:00 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/e5c83d7f/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