From: Eric Bollengier Date: Sun, 13 Jul 2008 10:49:42 +0000 (+0000) Subject: ebl fix compilation X-Git-Tag: Release-3.0.0~1153 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0b2f29c76c6a27d2f4074edddab588e92fa3635f;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.