Fix warning.

This commit is contained in:
Steve Checkoway
2005-05-21 07:36:26 +00:00
parent 2b82c2d901
commit 599cfc128a
@@ -8,7 +8,7 @@
static SInt16 ShowAlert( int type, CFStringRef message, CFStringRef OK, CFStringRef cancel = NULL )
{
struct AlertStdCFStringAlertParamRec params = {kStdCFStringAlertVersionOne, true, false, OK, cancel, NULL,
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, NULL};
kAlertStdAlertOKButton, kAlertStdAlertCancelButton, kWindowAlertPositionParentWindowScreen, 0};
DialogRef dialog;
SInt16 result;
OSErr err;