summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-09 16:36:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-09 16:36:58 +0000
commitcb8bc5d47a55da8e86c673683b1626c6e00a2125 (patch)
treeead37f9cbdcb1dbc195a0c3d8a389c356e8ef6de /libdha
parent18210c82426d0cbfdfdd0f791aa351af8ad758c0 (diff)
downloadmpv-cb8bc5d47a55da8e86c673683b1626c6e00a2125.tar.bz2
mpv-cb8bc5d47a55da8e86c673683b1626c6e00a2125.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12453 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/dhahelperwin/dhasetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/dhahelperwin/dhasetup.c b/libdha/dhahelperwin/dhasetup.c
index 6b6c9292e2..378c5a2840 100644
--- a/libdha/dhahelperwin/dhasetup.c
+++ b/libdha/dhahelperwin/dhasetup.c
@@ -39,7 +39,7 @@ int main(int argc,char* argv[]){
NULL,
NULL);
if(!hService){
- printf("unable to register DHAHELPER Service (0x%x)\n",GetLastError());
+ printf("Unable to register DHAHELPER Service (0x%x).\n",GetLastError());
}
}
else if(!strcmp(argv[1],"remove")){