Fix compile error message.

* src/get-env.c (_gpgme_getenv): Fix error message.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2018-01-29 19:38:49 +09:00
parent 58130b97f6
commit bbb5e70e7e

View File

@ -92,7 +92,6 @@ _gpgme_getenv (const char *name, char **value)
}
#else
/* FIXME: Implement this when we have the specification for it. */
#error Use of getenv_r not implemented.
#error No thread-safe getenv nor getenv_r
#endif