changed from stop/1 to stop/2 in export

This commit is contained in:
Jeena Paradies 2011-02-17 01:57:09 +01:00
parent 8a780adb2d
commit 6865e73684

View file

@ -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: