Add missing paren
authorSam Hartman <hartmans@mit.edu>
Thu, 6 Mar 2003 21:26:12 +0000 (21:26 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 6 Mar 2003 21:26:12 +0000 (21:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15263 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/error_message.c

index 38beadcd1df620dd4e0ab4c72ab9ab1dd7782de2..d854850bd43ebe858863a3068d074f622241240d 100644 (file)
@@ -38,7 +38,7 @@ extern const int sys_nerr;
 
 static char buffer[ET_EBUFSIZ];
 
-#if (defined(_WIN32) || TARGET_OS_MAC
+#if (defined(_WIN32) || TARGET_OS_MAC)
 /*@null@*/ static struct et_list * _et_list = (struct et_list *) NULL;
 #else
 /* Old interface compatibility */