apps/: Make more globals static to avoid name clashes

This commit is contained in:
Juha Niskanen
2017-05-19 07:13:12 -06:00
committed by Gregory Nutt
parent 22f48cfb5e
commit 0bcd50d7a1
14 changed files with 79 additions and 92 deletions

View File

@@ -49,7 +49,7 @@
* Private Data
****************************************************************************/
const char g_http[] = "http://";
static const char g_http[] = "http://";
#define HTTPLEN 7
/****************************************************************************