On Sun, Jul 24, 2011 at 07:05:48PM -0400, Davidlohr Bueso wrote: > misc-utils/whereis.c | 14 +++----------- > 1 files changed, 3 insertions(+), 11 deletions(-) Applied, thanks. > + findv(srcdirs, ARRAY_SIZE(srcdirs)-1, cp); Please, use space around operators findv(srcdirs, ARRAY_SIZE(srcdirs) - 1, cp); :-) Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html