Skip to content

Commit 47ebdc5

Browse files
authored
Merge pull request #26 from omcho420/master
an example update
2 parents d4a7fd5 + ae631c5 commit 47ebdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a_http.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
/// </remarks>
6363
native HTTP(index, type, const url[], const data[], const callback[]);
6464

65-
// example HTTP callback: public MyHttpResponse(index, response_code, data[]) { ... }
65+
// example HTTP callback: public MyHttpResponse(index, response_code, const data[]) { ... }
6666

0 commit comments

Comments
 (0)