changeset 17145:9a31b7628022

Missing newline in debug output.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 18 May 2007 01:51:03 +0000
parents ff7dea1672b3
children 2ea3c46a63fe
files pidgin/win32/winpidgin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/winpidgin.c	Fri May 18 01:46:51 2007 +0000
+++ b/pidgin/win32/winpidgin.c	Fri May 18 01:51:03 2007 +0000
@@ -145,7 +145,7 @@
 		putenv(settingsdir);
 
 		snprintf(aspelldir, sizeof(aspelldir), "PIDGIN_ASPELL_DIR=%s\\Aspell\\bin", path);
-		printf("%s", aspelldir);
+		printf("%s\n", aspelldir);
 		putenv(aspelldir);
 
 		/* set the GTK+ path to be \\path\to\GTK\bin */