From 987ec2a6963f6eaf061c322b4005413035dbd302 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 3 Sep 2019 16:18:48 +0200 Subject: [PATCH] libmount: fix typo Signed-off-by: Karel Zak --- libmount/src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 356174244c..6b731b8af5 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -1163,7 +1163,7 @@ static int read_procfs_file(int fd, char **buf, size_t *bufsiz) { size_t bufmax = 0; int rc = 0, tries = 0, ninters = 0; - char *bufptr = NULL;; + char *bufptr = NULL; assert(buf); assert(bufsiz); -- 2.47.3