remove superfluous dereference

svn path=/trunk/; revision=23869
This commit is contained in:
Thomas Bluemel 2006-09-01 18:20:44 +00:00
parent 61059050bb
commit 4a586b2eb2

View file

@ -213,7 +213,7 @@ Query(LPCTSTR *ServiceArgs,
bServiceName = FALSE;
}
}
*TmpArgs++;
TmpArgs++;
}