Typofix: the function was half-renamed before the merge

This commit is contained in:
Adriaan de Groot 2020-09-01 13:44:22 +02:00
parent 997e8df183
commit 45bd205e79
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ QList<Device*> SfdiskBackend::scanDevices(const ScanFlags scanFlags)
* This is also fixed in util-linux 2.37.
*/
static void
removeCommaFollowedByBrace( QByteArray& s )
fixInvalidJsonFromSFDisk( QByteArray& s )
{
// -1 if there is no comma (but then there's no useful JSON either),
// not is 0 a valid place (the start) for a , in a JSON document.