From e0226e17fb3ac56818717e45ec5d401fbf073231 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Wed, 9 Jan 2008 23:57:18 +0000 Subject: [PATCH] Misc --- builds/install/arch-specific/linux/Makefile.in | 2 -- src/remote/server.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/builds/install/arch-specific/linux/Makefile.in b/builds/install/arch-specific/linux/Makefile.in index 05daaa44d9..030f37cbb4 100644 --- a/builds/install/arch-specific/linux/Makefile.in +++ b/builds/install/arch-specific/linux/Makefile.in @@ -27,8 +27,6 @@ # Contributor(s): # # -# $Id: Makefile.in,v 1.7 2008-01-09 15:47:36 alexpeshkoff Exp $ -# ROOT=.. diff --git a/src/remote/server.cpp b/src/remote/server.cpp index d0b7e73d73..6b787b9800 100644 --- a/src/remote/server.cpp +++ b/src/remote/server.cpp @@ -92,7 +92,7 @@ } \ } -#define CHECK_HANDLE_MEMBER(blk, cast, type, id, err) \ +#define CHECK_HANDLE_MEMBER(blk, cast, type, id, err) \ { \ if ((this->port_flags & PORT_lazy) && id == INVALID_OBJECT) \ { \