mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Remove an extraneous _ from __COVERITY__
We had a typo in this check, so that coverity wasn't taking the right path. Bug not in any released Tor.
This commit is contained in:
parent
66b07e7ec1
commit
48a574604b
@ -53,7 +53,7 @@ struct dist {
|
||||
* We define this conditionally to suppress false positives from
|
||||
* Coverity, which gets confused by the sizeof business.
|
||||
*/
|
||||
#ifdef __COVERITY___
|
||||
#ifdef __COVERITY__
|
||||
#define TYPE_CHECK_OBJ(OPS, OBJ, TYPE) 0
|
||||
#else
|
||||
#define TYPE_CHECK_OBJ(OPS, OBJ, TYPE) \
|
||||
|
Loading…
Reference in New Issue
Block a user