diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index a6e6036..fba2585 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -82,7 +82,7 @@ typedef enum BACKEND_W32, BACKEND_FP, BACKEND_USER, - BACKEND_W32_POLLABLE, + BACKEND_W32_POLLABLE } gpgrt_stream_backend_kind_t; |