diff options
Diffstat (limited to 'awklib/eg/network/remconf.awk')
-rw-r--r-- | awklib/eg/network/remconf.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/network/remconf.awk b/awklib/eg/network/remconf.awk index ef922265..56f27142 100644 --- a/awklib/eg/network/remconf.awk +++ b/awklib/eg/network/remconf.awk @@ -13,7 +13,7 @@ function SetUpServer() { if (ConfigFile == "") ConfigFile = "config.asc" } function HandleGET() { - if(MENU[2] == "AboutServer") { + if (MENU[2] == "AboutServer") { Document = "This is a GUI for remote configuration of an\ embedded system. It is is implemented as one GAWK script." } else if (MENU[2] == "ReadConfig") { |