--- BasiliskII/src/MacOSX/clip_macosx.cpp 2004/06/27 20:36:09 1.2 +++ BasiliskII/src/MacOSX/clip_macosx.cpp 2004/06/27 22:22:42 1.3 @@ -62,8 +62,8 @@ void GetScrap(void **handle, uint32 type ScrapRef theScrap; if (GetCurrentScrap(&theScrap) != noErr) { - D(bug(" could not open scrap\n")); - return; + D(bug(" could not open scrap\n")); + return; } Size byteCount; @@ -108,8 +108,8 @@ void PutScrap(uint32 type, void *scrap, ScrapRef theScrap; if (we_put_this_data) { - we_put_this_data = false; - return; + we_put_this_data = false; + return; } if (length <= 0) return;