From: Eric Bollengier Date: Sun, 13 Jul 2008 10:49:42 +0000 (+0000) Subject: ebl fix compilation X-Git-Tag: Release-7.0.0~4305 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d602aad7acc34f98504902d220791a32a0c6f10c;p=bacula%2Fbacula ebl fix compilation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7373 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/openssl.c b/bacula/src/lib/openssl.c index 7276e9d8d6..7017aa7ada 100644 --- a/bacula/src/lib/openssl.c +++ b/bacula/src/lib/openssl.c @@ -98,7 +98,7 @@ static unsigned long get_openssl_thread_id(void) return (unsigned long)getpid(); #else /* - * Comparison without use of pthread_equal() is mandated by the OpenSSL API */ + * Comparison without use of pthread_equal() is mandated by the OpenSSL API * * Note: this creates problems with the new Win32 pthreads * emulation code, which defines pthread_t as a structure.