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 2015/09/09 10:42:54 UTC

[11/19] mochiweb commit: updated refs/heads/upstream to bd6ae7c

_PID -> _Pid


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/3d284c03
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/3d284c03
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/3d284c03

Branch: refs/heads/upstream
Commit: 3d284c0303a23675fbd0fb7173bb0a017f2d124f
Parents: 8f5e13b
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Tue Aug 4 22:28:26 2015 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Tue Aug 4 22:28:26 2015 +0200

----------------------------------------------------------------------
 src/mochiweb_http.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/3d284c03/src/mochiweb_http.erl
----------------------------------------------------------------------
diff --git a/src/mochiweb_http.erl b/src/mochiweb_http.erl
index 1354fa6..a9290a2 100644
--- a/src/mochiweb_http.erl
+++ b/src/mochiweb_http.erl
@@ -76,7 +76,7 @@ ensure_started(M) ->
     case M:start() of
         {ok, _Pid} ->
             ok;
-        {error, {already_started, _PID}} ->
+        {error, {already_started, _Pid}} ->
             ok
     end.