diff options
author | i404788 <50617709+i404788@users.noreply.github.com> | 2019-11-19 22:22:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 22:22:47 +0000 |
commit | c2a55bc2174daea687f865089af4e7a3fdc192f3 (patch) | |
tree | 72ecaec3838dd62787c30930cc6c06fd7380b59e /src | |
parent | cdd60bb29822736bc7e0a0a3469e1aed33052e00 (diff) |
clean log
Diffstat (limited to 'src')
-rw-r--r-- | src/libui_sdl/LAN_PCap.cpp | 2 |
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; } |