Code

utils: simplify gcmp_list_from_path() with "continue"
authorMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 16:35:44 +0000 (18:35 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 16:35:44 +0000 (18:35 +0200)
commit62bdfdd53f543cdab799ded45e2a1f05769caebb
treec700c6da18a13972566e0f649f2516babfadb509
parent6c7ca9283459d89fba789767e4313e9528a8dd0c
utils: simplify gcmp_list_from_path() with "continue"

"continue" the loop when one condition fails.  This simplifies the
"if" conditions.
src/utils.c