]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9576 fix stray ;
authorBrian West <brian@freeswitch.org>
Tue, 25 Oct 2016 17:39:38 +0000 (12:39 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 25 Oct 2016 17:39:38 +0000 (12:39 -0500)
src/switch_core_event_hook.c

index f96eaa97ecc9271ddc48ad539f24a1de6edc9f4e..5fa33b8bdcbbf7e61452ccd64db3fdee84650760 100644 (file)
@@ -40,8 +40,8 @@ NEW_HOOK_DECL(read_frame)
 NEW_HOOK_DECL(write_frame)
 NEW_HOOK_DECL(video_read_frame)
 NEW_HOOK_DECL(video_write_frame)
-NEW_HOOK_DECL(text_read_frame);
-NEW_HOOK_DECL(text_write_frame);
+NEW_HOOK_DECL(text_read_frame)
+NEW_HOOK_DECL(text_write_frame)
 NEW_HOOK_DECL(kill_channel)
 NEW_HOOK_DECL(send_dtmf)
 NEW_HOOK_DECL(recv_dtmf)