summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bios2dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bios2dump.c b/TOOLS/bios2dump.c
index 5c9bc5a1ff..52f1c86cd0 100644
--- a/TOOLS/bios2dump.c
+++ b/TOOLS/bios2dump.c
@@ -37,7 +37,7 @@ int main( int argc, char *argv[])
sprintf(outname,"%04X_%04X.int%02X",int_seg,int_off,int_no);
if(!(fd_out = fopen(outname,"wb")))
{
- perror("Can't open file - /dev/mem");
+ perror("Can't open output file");
fclose(fd_mem);
return EXIT_FAILURE;
}