Skip to content

Commit 09bd636

Browse files
committed
minor change
1 parent 249482e commit 09bd636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/NintendoSwitch/DevPrograms/TestProgramComputer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void TestProgramComputer::program(ProgramEnvironment& env, CancellableScope& sco
374374

375375

376376

377-
#if 1
377+
#if 0
378378
std::string zip_path = SETTINGS_PATH() + "test2.zip";
379379
std::string target_dir = SETTINGS_PATH() + "testB/";
380380
unzip_file(zip_path.c_str(), target_dir.c_str());

0 commit comments

Comments
 (0)