Ver código fonte

We find more than just hard disk drive images

Eric Helgeson 2 anos atrás
pai
commit
798b2a284b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/BlueSCSI.cpp

+ 1 - 1
src/BlueSCSI.cpp

@@ -191,7 +191,7 @@ bool findHDDImages()
   int dirindex = 0;
 
   log(" ");
-  log("=== Finding HDD images in ", imgdir, " ===");
+  log("=== Finding images in ", imgdir, " ===");
 
   SdFile root;
   root.open(imgdir);