summaryrefslogtreecommitdiff
path: root/qgroup.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-09-14 23:42:29 +0200
committerDavid Sterba <dsterba@suse.com>2015-09-14 23:46:19 +0200
commitc985a2b104604cede8244cd3af6e50628435dae0 (patch)
tree03cb58e8155f45cc5118123385d082683d4c107d /qgroup.c
parentfe2657a7077188b1cda2e99eb0193cc9feddf3de (diff)
downloadbtrfs-progs-c985a2b104604cede8244cd3af6e50628435dae0.tar.gz
btrfs-progs: cleanup, update function definitions to be ANSI conformant
Sparse reports: warning: non-ANSI function declaration of function and we're using func(void) elsewhere. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'qgroup.c')
-rw-r--r--qgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qgroup.c b/qgroup.c
index 327abd6..ec9a3ac 100644
--- a/qgroup.c
+++ b/qgroup.c
@@ -272,7 +272,7 @@ static void print_single_qgroup_table(struct btrfs_qgroup *qgroup)
printf("\n");
}
-static void print_table_head()
+static void print_table_head(void)
{
int i;
int len;