Merge pull request #200 from fperrad/20170429_lint
LTC_PTHREAD: some linting
This commit is contained in:
commit
3e2ac192a1
@ -66,7 +66,7 @@ typedef struct {
|
||||
#endif
|
||||
};
|
||||
short ready; /* ready flag 0-1 */
|
||||
LTC_MUTEX_TYPE(lock); /* lock */
|
||||
LTC_MUTEX_TYPE(lock) /* lock */
|
||||
} prng_state;
|
||||
|
||||
/** PRNG descriptor */
|
||||
|
Loading…
Reference in New Issue
Block a user