Skip to content

Commit 64aa166

Browse files
author
jan.nijtmans
committed
Indenting
1 parent 0bc55a7 commit 64aa166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx/tkMacOSXHLEvents.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ static void ProcessAppleEvent(
468468
AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc],
469469
keyErrorNumber, typeSInt32, &code, 4);
470470
AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc],
471-
keyErrorString, typeUTF8Text, result, reslen);
471+
keyErrorString, typeUTF8Text, result, reslen);
472472
}
473473
} else if (code != TCL_OK) {
474474
Tcl_BackgroundException(AEInfo->interp, code);

0 commit comments

Comments
 (0)