aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r--src/lib/ndpi_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c
index 0c036bef9..5f9a86188 100644
--- a/src/lib/ndpi_utils.c
+++ b/src/lib/ndpi_utils.c
@@ -3849,7 +3849,7 @@ char* ndpi_quick_decrypt(const char *encrypted_msg,
const char* ndpi_print_os_hint(u_int8_t os_hint) {
switch(os_hint) {
- case os_hint_windows: return("Win");
+ case os_hint_windows: return("Windows");
case os_hint_macos: return("macOS");
case os_hint_ios_ipad_os: return("iOS/iPad");
case os_hint_android: return("Android");