diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-04-22 09:31:26 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2009-11-30 12:00:14 +0100 |
commit | 73749944e3d73d94a907130004ba77681899d572 (patch) | |
tree | 506613e8377d7a37a0e28c4418740702a021881c /tools | |
parent | fa2a53309d25add04b217363a46888c9f31bc687 (diff) | |
download | dbus-73749944e3d73d94a907130004ba77681899d572.tar.gz |
tools/dbus-launch-win.c: fix typo (cherry picked from commit 81a7a0e9309e5929857fdf44b8b51a4f8df097e6)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-launch-win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-launch-win.c b/tools/dbus-launch-win.c index 27fabbca..9a792c9b 100644 --- a/tools/dbus-launch-win.c +++ b/tools/dbus-launch-win.c @@ -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; } |