mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 08:28:02 +02:00
tools/dbus-launch-win.c: fix typo (cherry picked from commit 81a7a0e9309e5929857fdf44b8b51a4f8df097e6)
This commit is contained in:
parent
fa2a53309d
commit
73749944e3
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ int main(int argc,char **argv)
|
|||
if (result == 0)
|
||||
{
|
||||
if (verbose)
|
||||
fprintf(stderr,"could not start dbus-daemon error=%d",GetLastError());
|
||||
fprintf(stderr, "Could not start dbus-daemon error=%d",GetLastError());
|
||||
return 4;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue