mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add 16-bit OS/2 code to create test volumes.
Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
@@ -33,7 +33,6 @@ Copyright (C) 2011-2018 Natalia Portillo
|
||||
|
||||
#include "main.h"
|
||||
#include "defs.h"
|
||||
#include "consts.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
@@ -47,8 +46,8 @@ int main(int argc, char **argv)
|
||||
|
||||
if(argc != 2)
|
||||
{
|
||||
printf("Usage %s <path>\n", argv[0]);
|
||||
return -1;
|
||||
printf("Usage %s <path>\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
|
||||
GetOsInfo();
|
||||
|
||||
Reference in New Issue
Block a user