Skip to content

Commit

Permalink
Bugfix: export trminate/2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vjache committed May 17, 2012
1 parent 7209c26 commit 18f0c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/error_log_tool.app.src
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%% -*- mode: erlang; -*-
{application, error_log_tool,
[{description, "An Error Log Tool"},
{vsn, "0.2.1"},
{vsn, "0.2.2"},
{registered, []},
{build_dependencies, []},
{env, []},
{applications, [kernel, stdlib]}]}.
{applications, [kernel, stdlib]}]}.
2 changes: 1 addition & 1 deletion src/error_log_tool_help_web.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%%
%% Exported Functions
%%
-export([init/3,handle/2]).
-export([init/3,handle/2,terminate/2]).

%%
%% API Functions
Expand Down

0 comments on commit 18f0c10

Please sign in to comment.