typo
Change-Id: I2ec76c375beae644555226fcc2e94a2030d190c5
This commit is contained in:
parent
7cd26df20b
commit
6b599d590c
1 changed files with 1 additions and 1 deletions
|
@ -1782,7 +1782,7 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
|
|||
|
||||
// Disable Java bridge on UNIX
|
||||
#if defined UNX
|
||||
(void) bShowCancel; // unusued
|
||||
(void) bShowCancel; // unused
|
||||
(void) rCancelled; // unused
|
||||
#else
|
||||
bRet = ImplInitAccessBridge( bShowCancel, rCancelled );
|
||||
|
|
Loading…
Reference in a new issue