regcomp.c: Reorder two if-elses
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Dec 2012 20:58:00 +0000 (13:58 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:32 +0000 (11:11 -0700)
commit538e3b3b664a34ab5eef80c3c9fe8d906fa2a6fb
tree1066dfc5440534f5a88658d590bcec3fad0b3284
parent3018b823898645e44b8c37c70ac5c6302b031381
regcomp.c: Reorder two if-elses

It is generally easier to understand an
    if () { few statements } else { many statements}
than the other way around.
regcomp.c