--- sourceforge.net/trunk/rdesktop/rdesktop.c 2004/07/12 21:07:39 738 +++ sourceforge.net/trunk/rdesktop/rdesktop.c 2004/07/30 08:25:54 739 @@ -572,14 +572,14 @@ #ifdef WITH_RDPSND g_rdpsnd = True; #else - warning("Not compiled with sound support"); + warning("Not compiled with sound support\n"); #endif if (strncmp("off", optarg, 3) == 0) #ifdef WITH_RDPSND g_rdpsnd = False; #else - warning("Not compiled with sound support"); + warning("Not compiled with sound support\n"); #endif optarg = p; @@ -590,7 +590,7 @@ #ifdef WITH_RDPSND g_rdpsnd = True; #else - warning("Not compiled with sound support"); + warning("Not compiled with sound support\n"); #endif } }