summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
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")){