comparison mcabber/mcabber/xmpp_iqrequest.c @ 1811:e6d355e50d7a

Update Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:32:11 +0100
parents d2747442918a
children decf94827efe
comparison
equal deleted inserted replaced
1810:8c2651fc217a 1811:e6d355e50d7a
746 lm_connection_send_with_reply(lconnection, iq, handler, NULL); 746 lm_connection_send_with_reply(lconnection, iq, handler, NULL);
747 lm_message_handler_unref(handler); 747 lm_message_handler_unref(handler);
748 lm_message_unref(iq); 748 lm_message_unref(iq);
749 } 749 }
750 750
751 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 751 /* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */