Indentation fix, cleanup.
[AROS.git] / arch / all-android / bootstrap / filesystem.c
blobf2524d394f0fc275993b1d2befc60371c9101b73
1 /*
2 * filesystem.c
3 * AROS
5 * Created by Pavel Fedin on 10/13/10.
6 * Copyright 2010 AROS Development Team. All rights reserved.
8 */
10 #include "filesystem.h"
12 int SetRootDirectory(void)
14 /* We've already done the job in Start() */
15 return 0;