From ee2298a313b6e425d6ff0324be6a313b1cd9a399 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:30 -0800 Subject: auto import from //depot/cupcake/@137055 --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block.c') diff --git a/block.c b/block.c index 23ce5e4..06bea78 100644 --- a/block.c +++ b/block.c @@ -56,7 +56,7 @@ static int bdrv_write_em(BlockDriverState *bs, int64_t sector_num, static BlockDriver *first_drv; -int path_is_absolute(const char *path) +static int path_is_absolute(const char *path) { const char *p; #ifdef _WIN32 -- cgit v1.1