Skip to content

Commit

Permalink
Tinny fix for error 183: brackets after variable name indicates a fix…
Browse files Browse the repository at this point in the history
…ed-size array, but size is missing or not constant
  • Loading branch information
Nerus committed Aug 5, 2022
1 parent c7f3111 commit 2726004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pawn/includes/SteamWorks.inc
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ typeset SteamWorksHTTPDataReceived

typeset SteamWorksHTTPBodyCallback
{
function void (const char sData[]);
function void (const char sData[], any value);
function void (const int data[], any value, int datalen);
function void (const char[] sData);
function void (const char[] sData, any value);
function void (const int[] data, any value, int datalen);
};

#else
Expand Down

0 comments on commit 2726004

Please sign in to comment.