fmt-merge-msg.c: make util_as_int() return "int"
commit6d483908f32090e82a52325c3407776a518ed2a3
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2012 21:29:55 +0000 (8 13:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2012 21:29:55 +0000 (8 13:29 -0800)
treeef9d3314c4704b0f6e8a1f180ce14e1e44964516
parent8291cf649ee1859c19d5e52b6aaa34c0648c2af1
fmt-merge-msg.c: make util_as_int() return "int"

As its name says, the return value from util_as_int() should be
usable where an int is called for without casting.

Spotted-by: René Scharfe
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c