[OSKITTCP]

Improve the reactos-hack, by changing the ";" after an "if (...)" to "(void)0;" to tell the compiler that we intentionally do nothing in the if body.

svn path=/trunk/; revision=47493
This commit is contained in:
Timo Kreuzer 2010-05-31 14:04:24 +00:00
parent 336bd01387
commit aa42ebb18f

View file

@ -277,7 +277,7 @@ route_output(m, so)
#ifndef __REACTOS__
ifp = ifa->ifa_ifp;
#else
;
(void)0;
#endif
if (ifa) {
register struct ifaddr *oifa = rt->rt_ifa;