aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.cpp')
-rw-r--r--apps/apps.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/apps.cpp b/apps/apps.cpp
index e0bb631..b353e85 100644
--- a/apps/apps.cpp
+++ b/apps/apps.cpp
@@ -16,7 +16,7 @@ std::string get_hostname() {
}
struct addrinfo hints, *info, *p;
-// int gai_result;
+ // int gai_result;
char hostname[1024];
hostname[1023] = '\0';
@@ -43,6 +43,5 @@ std::string get_hostname() {
void app_execution::usage() {
cerr << desc << endl;
}
-
}
}