updates.
[silc.git] / lib / silccore / silcchannel.c
index 9ba67a7c56989b0c2da3581a903690842bfdfa67..0a3e2dc30b927e50c4be887ba8d7bd7e3776a26c 100644 (file)
@@ -287,7 +287,7 @@ silc_channel_message_payload_parse(SilcBuffer buffer,
 
   /* Decrypt the payload */
   ret = silc_channel_message_payload_decrypt(buffer->data, buffer->len,
-                                    cipher, hmac);
+                                            cipher, hmac);
   if (ret == FALSE)
     return NULL;