summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLPrefs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--command_line/CmdLine/Src/CLPrefs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/command_line/CmdLine/Src/CLPrefs.c b/command_line/CmdLine/Src/CLPrefs.c
index dba6dd8..b825c4a 100644
--- a/command_line/CmdLine/Src/CLPrefs.c
+++ b/command_line/CmdLine/Src/CLPrefs.c
@@ -42,8 +42,7 @@ Handle PrefPanel_GetHandle(PrefPanel *panel) {
else
SetHandleSize(panel->workHandle, len);
-#line 60
- OPTION_ASSERT(MemError()==noErr);
+ OS_ASSERT(60, MemError()==noErr);
HLock(panel->data);
HLock(panel->workHandle);