summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-02-16 17:23:08 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-02-16 17:23:08 +0100
commita27d2e4d0bb1d0926473b95d0a2c1d58955a7edc (patch)
tree28b327832c9e08836f7a25f997c657377d4eaa99
parent0ac0510be0270cde636bbd8c590ef9fbda9d90ef (diff)
cosmetics
-rw-r--r--src/fe-gtk/setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index f6acd5d6..cec06b25 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -2131,7 +2131,8 @@ setup_apply (struct xchatprefs *pr)
 
 	/* workaround for strftime differences between POSIX and MSVC */
 	time (&rawtime);
-	if(!strftime (buffer, sizeof (buffer), prefs.stamp_format, localtime (&rawtime)) || !strftime (buffer, sizeof (buffer), prefs.timestamp_log_format, localtime (&rawtime)))
+
+	if (!strftime (buffer, sizeof (buffer), prefs.stamp_format, localtime (&rawtime)) || !strftime (buffer, sizeof (buffer), prefs.timestamp_log_format, localtime (&rawtime)))
 	{
 		fe_message (_("Invalid time stamp format! See the strftime MSDN article for details."), FE_MSG_ERROR);
 	}