summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-04-22 09:31:26 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2009-11-30 12:00:14 +0100
commit73749944e3d73d94a907130004ba77681899d572 (patch)
tree506613e8377d7a37a0e28c4418740702a021881c /tools
parentfa2a53309d25add04b217363a46888c9f31bc687 (diff)
downloaddbus-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.c2
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;
}