]> Zhao Yanbai Git Server - minix.git/commit
mined: fix dangling else 27/1427/1
authorThomas Cort <tcort@minix3.org>
Sun, 16 Feb 2014 20:08:20 +0000 (20:08 +0000)
committerThomas Cort <tcort@minix3.org>
Sun, 16 Feb 2014 22:54:40 +0000 (17:54 -0500)
commit7ebdb97a28234e0181f93a8b786331dda5074827
tree707613ce3286c01a06fbd0adf55ca77f602f08b0
parent38bb8cec912c256b4117d0075c5a643ae06a5eee
mined: fix dangling else

Add braces to avoid ambiguity. Resolves the following warning:
mined1.c:1355:5: warning: add explicit braces to avoid dangling else
[-Wdangling-else]

Change-Id: I64e2942835e45869010f0b8bbef2fe880d0852dc
commands/mined/mined1.c