summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ping/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/ping/src/CommandLine.cc')
-rw-r--r--public/tools/ping/src/CommandLine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/tools/ping/src/CommandLine.cc b/public/tools/ping/src/CommandLine.cc
index f5c82b80..580d7973 100644
--- a/public/tools/ping/src/CommandLine.cc
+++ b/public/tools/ping/src/CommandLine.cc
@@ -1,7 +1,7 @@
#include <libSystem/System.h>
SInt32 _NeMain(SInt32 argc, Char* argv[]) {
- SCI_UNUSED(argc);
+ LIBSYS_UNUSED(argc);
if (argc < 2) {
PrintOut(nullptr, "HELP: ping <hostname>\n");