diff options
Diffstat (limited to 'src/posix-io.c')
| -rw-r--r-- | src/posix-io.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-io.c b/src/posix-io.c index 258e8ea5..c0b2f4fa 100644 --- a/src/posix-io.c +++ b/src/posix-io.c @@ -282,7 +282,7 @@ _gpgme_io_set_nonblocking (int fd)  static long int  get_max_fds (void)  { -  char *source = NULL; +  const char *source = NULL;    long int fds = -1;    int rc;  | 
