about summary refs log tree commit diff stats
path: root/src/otr/otrlibv4.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-06-18 00:32:36 +0100
committerJames Booth <boothj5@gmail.com>2014-06-18 00:32:36 +0100
commit7344d3b8987f6e2edb12a3861a07006e27fb80e5 (patch)
treee6a037f4c4c4b4083731c6f73adff66e9db6cb35 /src/otr/otrlibv4.c
parent79ddf1048486d1a77a1aee9b8152c8ffb25d8a11 (diff)
downloadprofani-tty-7344d3b8987f6e2edb12a3861a07006e27fb80e5.tar.gz
Added deallocation function for string prefs, added otr policy enum
Diffstat (limited to 'src/otr/otrlibv4.c')
-rw-r--r--src/otr/otrlibv4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 0bcd779c..a91bbe43 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -93,7 +93,7 @@ cb_otr_error_message_free(void *opdata, const char *err_msg)
 static void
 cb_timer_control(void *opdata, unsigned int interval)
 {
-    current_interval = interval; 
+    current_interval = interval;
 }
 
 static void
@@ -139,7 +139,7 @@ cb_handle_smp_event(void *opdata, OtrlSMPEvent smp_event,
                 ui_smp_answer_success(context->username);
             }
             break;
-            
+
         case OTRL_SMPEVENT_FAILURE:
             if (context->smstate->received_question == 0) {
                 if (nextMsg == OTRL_SMP_EXPECT3) {