25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

fixes badly formed define

SVN Revision: 2943
This commit is contained in:
Evgeniy Khramtsov 2010-01-28 15:34:00 +00:00
parent 70c1a3f60b
commit 95a3cc88cd

View File

@ -28,7 +28,7 @@
-author('alexey@process-one.net').
-update_info({update, 0}).
-define(GEN_FSM).
-define(GEN_FSM, p1_fsm).
-behaviour(?GEN_FSM).