Complete Line
authorPierre Gabin FODOP GUMETE <gabinfodop@gmail.com>
Thu, 31 Jan 2019 16:18:13 +0000 (17:18 +0100)
committerPierre Gabin FODOP GUMETE <gabinfodop@gmail.com>
Thu, 31 Jan 2019 16:18:13 +0000 (17:18 +0100)
Change-Id: If0230aeb227adf672c1755ab5217e1e118ffd6c2

src/afb-wsj1-test.cpp

index ee83b7f..90044ed 100644 (file)
@@ -6,7 +6,7 @@ void onreply(const char *value){
 }
 
 int main(int ac, char **av){
-    char*uri=av[1] 
+    char*uri=av[1];
     char*api =av[2];
     char*verb =av[3]; 
     char*req =av[4];