about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-14 04:10:03 +0100
committerJames Booth <boothj5@gmail.com>2012-10-14 04:10:03 +0100
commit579201636ed255bddee6564f41511819479eff9e (patch)
treec6d65a7e32d77f412d12f89176d06f7127559de4 /src/profanity.c
parent18c6bb9219507b726416c59048a1b866ca048ca3 (diff)
downloadprofani-tty-579201636ed255bddee6564f41511819479eff9e.tar.gz
Showing history from current log in chat windows
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 521b277e..249268a5 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -103,7 +103,7 @@ prof_handle_incoming_message(char *from, char *message)
 {
     win_show_incomming_msg(from, message);
     win_page_off();
-
+    
     if (prefs_get_chlog()) {                                                               
         char from_cpy[strlen(from) + 1];                                         
         strcpy(from_cpy, from);