diff options
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r-- | src/Mount/Mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index 5a8e9fe4..f6b9feb0 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -52,7 +52,7 @@ typedef struct {
Password *password;
int* pkcs5;
- int* pin;
+ int* pim;
BOOL* truecryptMode;
} PasswordDlgParam;
|