tools/dbus-launch-win.c: fix typo (cherry picked from commit 81a7a0e9309e5929857fdf44b8b51a4f8df097e6)

This commit is contained in:
Tor Lillqvist 2009-04-22 09:31:26 +02:00 committed by Ralf Habacker
parent fa2a53309d
commit 73749944e3

View file

@ -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;
}