From babd0f887c1670a9805d9321dd7e90431db7fdba Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Jun 2004 20:36:09 +0000 Subject: [PATCH] typo --- BasiliskII/src/MacOSX/clip_macosx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/MacOSX/clip_macosx.cpp b/BasiliskII/src/MacOSX/clip_macosx.cpp index ca44a52c..2c4f5726 100644 --- a/BasiliskII/src/MacOSX/clip_macosx.cpp +++ b/BasiliskII/src/MacOSX/clip_macosx.cpp @@ -30,7 +30,7 @@ #include "debug.h" -// Flag for PutScrap(): the data was put by GetScrap(), don't bounce it back to the Be side +// Flag for PutScrap(): the data was put by GetScrap(), don't bounce it back to the MacOS X side static bool we_put_this_data = false;