libmount: fix typo

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-09-03 16:18:48 +02:00
parent 2771d40b88
commit 987ec2a696
1 changed files with 1 additions and 1 deletions

View 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);