Skip to content

Commit

Permalink
Remove an unused variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Nov 12, 2016
1 parent 8c0091a commit d2d319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/plugins/SecurityPlugin/sqWin32Security.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ sqInt ioInitSecurity(void) {
WCHAR wDir[MAX_PATH+1];
TCHAR myDocumentsFolder[MAX_PATH+1];
HKEY hk;
int dirLen,i;
int dirLen;

/* establish the secure user directory */
lstrcpy(secureUserDirectory, imagePath);
Expand Down

0 comments on commit d2d319a

Please sign in to comment.