diff -r 9adcd7820373 -r e8d26c7dc42f order.h --- a/order.h Sat Jan 22 19:41:30 2005 +0000 +++ b/order.h Sat Jan 22 20:23:18 2005 +0000 @@ -90,7 +90,7 @@ return false; } -static inline bool IsOrderPoolFull() +static inline bool IsOrderPoolFull(void) { return !HasOrderPoolFree(1); }