]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix compilation
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 13 Jul 2008 10:49:42 +0000 (10:49 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 13 Jul 2008 10:49:42 +0000 (10:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7373 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/openssl.c

index 7276e9d8d6110e6424842f71b28c9f0179552d85..7017aa7ada92fd71b9700b76ddf5a615ae7d76ae 100644 (file)
@@ -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.