gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 01/02: -fix syntax error


From: gnunet
Subject: [gnunet] 01/02: -fix syntax error
Date: Wed, 11 Jan 2023 17:14:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 10c32ba4e18cb8a2d0a7410c18cf6756d1951036
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 17:13:29 2023 +0100

    -fix syntax error
---
 src/include/gnunet_mysql_compat.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_mysql_compat.h 
b/src/include/gnunet_mysql_compat.h
index bb1e8de8a..2025d481e 100644
--- a/src/include/gnunet_mysql_compat.h
+++ b/src/include/gnunet_mysql_compat.h
@@ -43,12 +43,12 @@ extern "C"
 
 #ifndef LIBMARIADB
 #if MYSQL_VERSION_ID < 80000
-#define MYSQL_BOOL bool;
+#define MYSQL_BOOL bool
 #else
-#define MYSQL_BOOL my_bool; //MySQL < 8 wants this
+#define MYSQL_BOOL my_bool // MySQL < 8 wants this
 #endif
 #else
-#define MYSQL_BOOL my_bool //MariaDB still uses my_bool
+#define MYSQL_BOOL my_bool // MariaDB still uses my_bool
 #endif
 
 #if 0                           /* keep Emacsens' auto-indent happy */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]