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

Update Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:32:11 +0100
parents 41c26b7d2890
children ee8657ff9aa8
comparison
equal deleted inserted replaced
1810:8c2651fc217a 1811:e6d355e50d7a
173 g_source_remove_by_user_data(fifo_channel); 173 g_source_remove_by_user_data(fifo_channel);
174 /* channel itself should be destroyed by destruction callback */ 174 /* channel itself should be destroyed by destruction callback */
175 g_free(fifo_name); 175 g_free(fifo_name);
176 } 176 }
177 177
178 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 178 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2: For Vim users... */