Skip to content

Commit f6f8a8c

Browse files
committed
Fix const-correctness issues
1 parent a1aa5c0 commit f6f8a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pawn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"user": "ziggi",
2+
"user": "Open-GTO",
33
"repo": "russifier",
44
"entry": "test.pwn",
55
"output": "test.amx",

russifier.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public OnPlayerClickTextDraw(playerid, Text:clickedid)
235235
Functions
236236
*/
237237

238-
stock Russifier_SetText(string[])
238+
stock Russifier_SetText(const string[])
239239
{
240240
strpack(gSettingsText, string, sizeof(gSettingsText));
241241
Russifier_DestroyTextDraws();

0 commit comments

Comments
 (0)