mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
code format
This commit is contained in:
parent
09453c7be8
commit
67ef4c733f
8 changed files with 22 additions and 34 deletions
|
@ -71,7 +71,7 @@ char *cmdlinetarget;
|
|||
typedef int32_t BOOL;
|
||||
#else /* __APPLE__ */
|
||||
/* ensure compatibility with objc libraries */
|
||||
#if (TARGET_OS_IPHONE && __LP64__) || TARGET_OS_WATCH
|
||||
#if (TARGET_OS_IPHONE && __LP64__) || TARGET_OS_WATCH
|
||||
typedef bool BOOL;
|
||||
#else
|
||||
typedef signed char BOOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue