]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed macro name
authorYann Collet <cyan@fb.com>
Fri, 28 Sep 2018 23:04:00 +0000 (16:04 -0700)
committerYann Collet <cyan@fb.com>
Fri, 28 Sep 2018 23:04:00 +0000 (16:04 -0700)
commitec1cb8e9969318bb9e31204cc67e4502888ed4d6
treef65a05f0367fb80de8bc079d6140bf90f3a2f3ad
parent05c0a072b718d33e451bf84f4b600a9c1e1ba6aa
changed macro name

from EXIT_IF() to RETURN_IF()

EXIT could be misunderstood as exit(), which terminates program execution.
But the macro only leaves the function, not the program.
programs/fileio.c