diff options
Diffstat (limited to 'libbb/find_root_device.c')
-rw-r--r-- | libbb/find_root_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index 9779f7e82..ca46bf535 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c | |||
@@ -62,7 +62,7 @@ static char *find_block_device_in_dir(struct arena *ap) | |||
62 | return retpath; | 62 | return retpath; |
63 | } | 63 | } |
64 | 64 | ||
65 | char *find_block_device(const char *path) | 65 | char* FAST_FUNC find_block_device(const char *path) |
66 | { | 66 | { |
67 | struct arena a; | 67 | struct arena a; |
68 | 68 | ||