changeset 19607:c1ef5a108b91

Add a missing newline to the end of a purple_debug_info call.
author Richard Laager <rlaager@wiktel.com>
date Mon, 03 Sep 2007 14:33:47 +0000
parents e918e38a56b0
children 0bf089a22f61
files libpurple/stun.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/stun.c	Mon Sep 03 13:23:30 2007 +0000
+++ b/libpurple/stun.c	Mon Sep 03 14:33:47 2007 +0000
@@ -252,7 +252,7 @@
 				sinptr = (struct sockaddr_in *) &ifr->ifr_addr;
 				if(sinptr->sin_addr.s_addr == in.s_addr) {
 					/* no NAT */
-					purple_debug_info("stun", "no nat");
+					purple_debug_info("stun", "no nat\n");
 					nattype.type = PURPLE_STUN_NAT_TYPE_PUBLIC_IP;
 				}
 			}