Skip to content

Commit

Permalink
Add missing semicolon.
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
JoinedSenses authored May 14, 2021
1 parent 80c745d commit f98ed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/include/sourceirc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public __pl_sourceirc_SetNTVOptional()
* @return An Action value. Not handling the command
* means that SourceIRC will report it as "Unknown Command."
*/
typedef IRCCmd = function Action(const char[] nick, int args)
typedef IRCCmd = function Action(const char[] nick, int args);

/**
* Called when an IRC event is fired.
Expand Down

0 comments on commit f98ed0c

Please sign in to comment.