summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/pvcreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index deccb290..aefc3738 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -58,7 +58,7 @@ static int _check(const char *name)
return 1;
}
-void _single(const char *name)
+static void _single(const char *name)
{
struct physical_volume *pv;