changed from stop/1 to stop/2 in export
This commit is contained in:
parent
8a780adb2d
commit
6865e73684
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-module(ggs_player).
|
||||
-export([start_link/1, notify/3, get_token/1, stop/1]).
|
||||
-export([start_link/1, notify/3, get_token/1, stop/2]).
|
||||
|
||||
%% @doc This module handles communication between a player and GGS. This module is
|
||||
%%responsible for:
|
||||
|
|
Reference in a new issue