From ae631c55d2c8445d49dd0d008679f34427480c79 Mon Sep 17 00:00:00 2001 From: omcho420 <46234261+omcho420@users.noreply.github.com> Date: Fri, 7 Feb 2020 12:56:21 +0100 Subject: [PATCH] an example update minor thing --- a_http.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a_http.inc b/a_http.inc index 1ddca36..f313769 100755 --- a/a_http.inc +++ b/a_http.inc @@ -62,5 +62,5 @@ /// native HTTP(index, type, const url[], const data[], const callback[]); -// example HTTP callback: public MyHttpResponse(index, response_code, data[]) { ... } +// example HTTP callback: public MyHttpResponse(index, response_code, const data[]) { ... }