From f169e1bc454c59aba407666ef7f5db182f718562 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 10 May 1995 21:27:03 +0000 Subject: [PATCH] Fix random editing error. --- v7/src/microcode/os2pm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/os2pm.c b/v7/src/microcode/os2pm.c index 0be5fffb0..c564b4387 100644 --- a/v7/src/microcode/os2pm.c +++ b/v7/src/microcode/os2pm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pm.c,v 1.12 1995/05/10 21:15:57 cph Exp $ +$Id: os2pm.c,v 1.13 1995/05/10 21:27:03 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -967,8 +967,8 @@ OS2_initialize_pm_thread (void) #else #define simple_transaction OS2_send_message -#define simple_reply(qid) \ - \ +#define simple_reply(qid) + #endif static void -- 2.25.1