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

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

Updated Branches:
  refs/heads/1.1.x 1aee94188 -> e721e2d22
  refs/heads/1.2.x d63094356 -> d6269d3fa
  refs/heads/master 64cda84a5 -> e5c83d7f6


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

Branch: refs/heads/1.2.x
Commit: d6269d3fa2cb502116ffc29a696c86000d77f3dd
Parents: d630943
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:37 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/d6269d3f/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