Remove extra semicolon.

This commit is contained in:
Andrius Štikonas 2020-11-14 01:09:23 +00:00
parent 70d4819aae
commit 26acd7c10d
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ static QString findBlkIdDevice(const char *token, const QString& value)
free(c); free(c);
} }
#else #else
Q_UNUSED(token); Q_UNUSED(token)
Q_UNUSED(value); Q_UNUSED(value)
#endif #endif
return rval; return rval;