]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix typo
authorKarel Zak <kzak@redhat.com>
Tue, 3 Sep 2019 14:18:48 +0000 (16:18 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Sep 2019 14:18:48 +0000 (16:18 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/utils.c

index 356174244c272f3542a4a419c63f80a878796529..6b731b8af5948e36de02849123439ffb40731d09 100644 (file)
@@ -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);