Fix
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Sep 2013 17:23:00 +0000 (17:23 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 13 Sep 2013 17:23:00 +0000 (17:23 +0000)
commit15dbdba04e20ac260ff62ad64410615fa7186cb0
treea305f1cc49185311d9eb40ef4ec3ba38809c82f0
parentfffcc722d6a036da498c6b0a722ca9f16ffa59e8
Fix

/home/jmayer/work/wireshark/svn/trunk/echld/parent.c: In function ‘echld_terminate’:
/home/jmayer/work/wireshark/svn/trunk/echld/parent.c:305:5: error: suggest braces around empty body in ‘do’ statement [-Werror=empty-body]
  do ; while(sleep(1)); /* wait a full sec without signals */
     ^
cc1: all warnings being treated as errors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52011 f5534014-38df-0310-8fa8-9805f1628bb7
echld/parent.c