Skip to content

Commit ec036e7

Browse files
committed
Fix build.
1 parent 706f023 commit ec036e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/ErrorReports/ProgramDumper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace PokemonAutomation{
1616
// Not supported
1717
}
1818
bool program_dump(Logger* logger, const std::string& filename){
19-
19+
return false;
2020
}
2121
}
2222
#endif

0 commit comments

Comments
 (0)