@@ -2420,12 +2420,12 @@ } #ifdef OF_HAVE_FILES - (void)writeToFile: (OFString*)path { - return [self writeToFile: path - encoding: OF_STRING_ENCODING_UTF_8]; + [self writeToFile: path + encoding: OF_STRING_ENCODING_UTF_8]; } - (void)writeToFile: (OFString*)path encoding: (of_string_encoding_t)encoding {