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

Commit

Permalink
Fix missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Jul 2, 2012
1 parent cdf17d4 commit b5f01c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logplex_db.erl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ poll_loop(Fun, Ref) ->
end;
{found, Value} ->
%% Cancel timer and flush message queue of timeout messages
poll_cancel(Ref)
poll_cancel(Ref),
Value;
Else ->
poll_cancel(Ref),
Expand Down

0 comments on commit b5f01c1

Please sign in to comment.