diff options
author | Guy Harris <gharris@sonic.net> | 2022-01-01 23:05:04 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2022-01-01 23:05:04 -0800 |
commit | e5c32259b1643eb7f4bc8282189c821234646d2a (patch) | |
tree | 339413c2acc7fd85c87680ae395cea3835f1e621 /diag-control.h | |
parent | ea1928b35bddea69b8843161f2f8dbff54c0d74e (diff) |
Oops, missed an _ when typing the DIAG_*_PTR_TO_INT stuff in.
Diffstat (limited to 'diag-control.h')
-rw-r--r-- | diag-control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diag-control.h b/diag-control.h index 7a2f787a..353e6138 100644 --- a/diag-control.h +++ b/diag-control.h @@ -123,7 +123,7 @@ #define DIAG_OFF_PTR_TO_INT \ __pragma(warning(push)) \ __pragma(warning(disable:4311)) - #define DIAG_ON_PTR_TOINT \ + #define DIAG_ON_PTR_TO_INT \ __pragma(warning(pop)) /* |