mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:11:58 +00:00
[FATTEN]
Change tabs to spaces, but only for the files I write. The rest come directly from the fatfs package and are best left untouched. svn path=/trunk/; revision=69065
This commit is contained in:
parent
163427942d
commit
1a2ad3befe
2 changed files with 379 additions and 379 deletions
|
@ -25,7 +25,7 @@ DSTATUS disk_initialize (
|
||||||
BYTE pdrv /* Physical drive nmuber (0..) */
|
BYTE pdrv /* Physical drive nmuber (0..) */
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if(pdrv == 0) // only one drive (image file) supported atm.
|
if (pdrv == 0) /* only one drive (image file) supported atm. */
|
||||||
{
|
{
|
||||||
if (driveHandle[0] != NULL)
|
if (driveHandle[0] != NULL)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -249,7 +249,7 @@ int main(int oargc, char* oargv[])
|
||||||
}
|
}
|
||||||
else if (strcmp(parg, "copy") == 0)
|
else if (strcmp(parg, "copy") == 0)
|
||||||
{
|
{
|
||||||
NEED_PARAMS(2,2)
|
NEED_PARAMS(2, 2);
|
||||||
|
|
||||||
NEED_MOUNT();
|
NEED_MOUNT();
|
||||||
// Arg 1: src path & filename
|
// Arg 1: src path & filename
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue