comparison mcabber/src/hbuf.c @ 580:fed6d1e4d7a9

Fix modelines :-(
author Mikael Berthe <mikael@lilotux.net>
date Mon, 05 Dec 2005 00:01:16 +0100
parents 8b3db0b555a1
children ee03b56b93ee
comparison
equal deleted inserted replaced
579:0c67755e0fa7 580:fed6d1e4d7a9
323 hlen = g_list_length(hbuf); 323 hlen = g_list_length(hbuf);
324 324
325 return g_list_nth(hbuf, pc*hlen/100); 325 return g_list_nth(hbuf, pc*hlen/100);
326 } 326 }
327 327
328 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */ 328 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */