Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Oct 21, 2024
1 parent f162e0f commit fce8393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autogsdoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ standard PropertyList format (not the XML format of OS X), using
stringByAppendingPathComponent: @"index.html"];
if ([d writeToFile: s atomically: YES])
{
NSLog(@"Sorry unable to write %@ to %s", htmlfile, s);
NSLog(@"Sorry unable to write %@ to %@", htmlfile, s);
}
}
}
Expand Down

0 comments on commit fce8393

Please sign in to comment.