typo fix
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 26 Aug 2018 09:31:07 +0000 (11:31 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 09:31:07 +0000 (11:31 +0200)
driver/others/memory.c

index b2e154e..9d4ab19 100644 (file)
@@ -76,7 +76,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #if defined(USE_TLS) 
 #define COMPILE_TLS
 #if defined(__GLIBC_PREREQ) 
-#if !__GLIBC_PREREQ(2,20))
+#if !__GLIBC_PREREQ(2,20)
 #undef COMPILE_TLS
 #endif
 #endif