mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kreadconfig: return 0 when no groups where processed
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5a9eef2d1a
commit
a0b92ba949
2 changed files with 6 additions and 0 deletions
|
@ -129,5 +129,8 @@ int main(int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Questionably, success
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -94,5 +94,8 @@ int main(int argc, char **argv)
|
|||
delete konfig;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Questionably, success
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue