aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libui_sdl/LAN_PCap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/LAN_PCap.cpp b/src/libui_sdl/LAN_PCap.cpp
index e407866..dd5a700 100644
--- a/src/libui_sdl/LAN_PCap.cpp
+++ b/src/libui_sdl/LAN_PCap.cpp
@@ -264,7 +264,7 @@ bool Init(bool open_adapter)
}
if (!curaddr->ifa_addr){
- printf("Device does not have an address :/");
+ printf("Device does not have an address :/\n");
curaddr = curaddr->ifa_next;
continue;
}