]> rtime.felk.cvut.cz Git - can-utils.git/commit
slcand: consistent use of exit(EXIT_FAILURE)
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 19 Dec 2014 15:22:18 +0000 (07:22 -0800)
committerOliver Hartkopp <socketcan@hartkopp.net>
Tue, 23 Dec 2014 17:02:52 +0000 (18:02 +0100)
commitd93ef0e3720965469b8f4b5d3026d33b7b85b609
tree0967f67f2ca47b9794fa4a87934666e75f2a923c
parentd62a9f148d9924c32f62597224db7fd6f255d4c2
slcand: consistent use of exit(EXIT_FAILURE)

Some places used exit(1) and others used exit(EXIT_FAILURE).
Be consistent and use exit(EXIT_FAILURE) for all of these instances.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
slcand.c