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, 19 Feb 2010 14:54:28 +0000 (14:54 +0000)
commit1ad3a751d66a6a32ca0d0206c01cfb3d74ff8902
treeb4315dde7e60b375bdaaf18bad97d8c78339d840
parent0d78afe0caf9da2d02b211a66f7b1b36b5ad366f
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