maint: use EXIT_* symbol (not constant, 2) to indicate key/path not found
authorJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 11:18:06 +0000 (12:18 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 20 Nov 2009 12:14:32 +0000 (12:14 +0000)
commita84dee0f8df3c5d6ef3ecd5423f6bed3086419ac
treedf3276d884462300a8aca655f86f2d329cce4b51
parent4d45c45f0928c7791429d351dc69b75167888f7d
maint: use EXIT_* symbol (not constant, 2) to indicate key/path not found

* hivex/hivexget.c (EXIT_NOT_FOUND): Define.
(main): Use exit (EXIT_NOT_FOUND), not "exit (2)".
hivex/hivexget.c