diff options
author | Karel Zak | 2018-09-24 11:21:09 +0200 |
---|---|---|
committer | Karel Zak | 2018-09-24 11:21:09 +0200 |
commit | 71c7d37bc42703a3f219ad1164b60bfe1904febc (patch) | |
tree | 79b1b3b20cab530580cbfa991f06b062afa0cc46 /libmount | |
parent | docs: update v2.33-ReleaseNotes (diff) | |
download | kernel-qcow2-util-linux-71c7d37bc42703a3f219ad1164b60bfe1904febc.tar.gz kernel-qcow2-util-linux-71c7d37bc42703a3f219ad1164b60bfe1904febc.tar.xz kernel-qcow2-util-linux-71c7d37bc42703a3f219ad1164b60bfe1904febc.zip |
docs: fix gtkdoc warning
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount')
-rw-r--r-- | libmount/src/cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmount/src/cache.c b/libmount/src/cache.c index 659a72da5..7adadb849 100644 --- a/libmount/src/cache.c +++ b/libmount/src/cache.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ -/** + +/* * This file is part of libmount from util-linux project. * * Copyright (C) 2009-2018 Karel Zak <kzak@redhat.com> |