fix format error

This commit is contained in:
rfm 2024-10-21 20:58:29 +01:00
parent f162e0f97e
commit fce8393561

View file

@ -2222,7 +2222,7 @@ main(int argc, char **argv, char **env)
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);
}
}
}