Mac uninstaller: fix a compiler warning.

This commit is contained in:
Charlie Fenton 2013-06-24 04:47:15 -07:00
parent e11319d5b4
commit bbc404f8ae
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void notused() {
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
char pathToSelf[MAXPATHLEN], *p, *q; char pathToSelf[MAXPATHLEN], *p;
ProcessSerialNumber ourPSN; ProcessSerialNumber ourPSN;
FSRef ourFSRef; FSRef ourFSRef;
Boolean cancelled = false; Boolean cancelled = false;