Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kocolosk committed Oct 24, 2012
1 parent feda684 commit 151a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couch_config_event.erl
Expand Up @@ -48,7 +48,7 @@ handle_info({'DOWN', Ref, _, _, _}, {_, Ref}) ->
handle_info(_Info, St) ->
{ok, St}.

terminate(Reason, St) ->
terminate(_Reason, _St) ->
ok.

code_change(_OldVsn, St, _Extra) ->
Expand Down

0 comments on commit 151a460

Please sign in to comment.