mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
18210c8242
commit
cb8bc5d47a
@ -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")){
|
||||
|
Loading…
Reference in New Issue
Block a user