Skip to content

Commit c9d24ea

Browse files
committed
try again
1 parent 14afe9a commit c9d24ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,9 @@ static std::string findFile(const std::string &startDirectory, const std::string
460460
#define MSVC_FORMAT_STRING
461461
#endif
462462

463-
static std::string safeFormat(const char *fmt, ...) ATTRIBUTE_FORMAT(1, 2) {
463+
static std::string safeFormat(const char *fmt, ...) ATTRIBUTE_FORMAT(1, 2);
464+
465+
static std::string safeFormat(const char *fmt, ...) {
464466
va_list args;
465467
va_start(args, fmt);
466468

0 commit comments

Comments
 (0)