diff -r aee12ae11898 -r d9e4730db4b6 pidgin/win32/winpidgin.c --- 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 */