mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
client-conf: Remove redundant function parameters
This commit is contained in:
parent
aca30527e2
commit
0a583fe0c3
8 changed files with 18 additions and 30 deletions
|
|
@ -152,7 +152,7 @@ int main(int argc, char *argv[]) {
|
|||
char hx[PA_NATIVE_COOKIE_LENGTH*2+1];
|
||||
assert(conf);
|
||||
|
||||
if (pa_client_conf_load(conf, NULL) < 0) {
|
||||
if (pa_client_conf_load(conf) < 0) {
|
||||
fprintf(stderr, _("Failed to load client configuration file.\n"));
|
||||
goto finish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue