summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-09-15 15:08:27 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-09-15 15:08:27 +0900
commit6f103890e9728072e1c9c1e0a1d7f87220d8eecc (patch)
tree5ec6a17cb199669c3b20da5eec477055d3a78fce
parent10dc853291a1786f061e01cdcf477be0c31441b1 (diff)
downloadlibgpg-error-6f103890e9728072e1c9c1e0a1d7f87220d8eecc.tar.gz
Remove extra semicolons.
* src/gpgrt-int.h: Remove extra. * src/visibility.h: Likewise. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--src/gpgrt-int.h8
-rw-r--r--src/visibility.h14
2 files changed, 11 insertions, 11 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index cb14191..8df7901 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -562,7 +562,7 @@ void _gpgrt_log_flush (void);
void _gpgrt_logv_printhex (const void *buffer, size_t length,
const char *fmt, va_list arg_ptr);
void _gpgrt_log_printhex (const void *buffer, size_t length,
- const char *fmt, ...) GPGRT_ATTR_PRINTF(3,4);;
+ const char *fmt, ...) GPGRT_ATTR_PRINTF(3,4);
void _gpgrt_logv_clock (const char *fmt, va_list arg_ptr);
void _gpgrt_log_clock (const char *fmt, ...) GPGRT_ATTR_PRINTF(1,2);
@@ -627,9 +627,9 @@ gpg_err_code_t _gpgrt_make_pipe (int filedes[2], estream_t *r_fp,
int direction, int nonblock);
/* Convenience macros to create a pipe. */
-#define _gpgrt_create_pipe(a) _gpgrt_make_pipe ((a),NULL, 0, 0);
-#define _gpgrt_create_inbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), -1, (c));
-#define _gpgrt_create_outbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), 1, (c));
+#define _gpgrt_create_pipe(a) _gpgrt_make_pipe ((a),NULL, 0, 0)
+#define _gpgrt_create_inbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), -1, (c))
+#define _gpgrt_create_outbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), 1, (c))
/* Fork and exec the program PGMNAME.
diff --git a/src/visibility.h b/src/visibility.h
index 3a71ad8..d0e4516 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -164,7 +164,7 @@ MARK_VISIBLE (gpgrt_setenv)
MARK_VISIBLE (gpgrt_mkdir)
MARK_VISIBLE (gpgrt_chdir)
MARK_VISIBLE (gpgrt_getcwd)
-MARK_VISIBLE (gpgrt_access);
+MARK_VISIBLE (gpgrt_access)
MARK_VISIBLE (gpgrt_b64dec_start)
MARK_VISIBLE (gpgrt_b64dec_proc)
@@ -215,14 +215,14 @@ MARK_VISIBLE (gpgrt_argparser)
MARK_VISIBLE (gpgrt_usage)
MARK_VISIBLE (gpgrt_strusage)
MARK_VISIBLE (gpgrt_set_strusage)
-MARK_VISIBLE (gpgrt_set_fixed_string_mapper);
-MARK_VISIBLE (gpgrt_set_usage_outfnc);
-MARK_VISIBLE (gpgrt_set_confdir);
+MARK_VISIBLE (gpgrt_set_fixed_string_mapper)
+MARK_VISIBLE (gpgrt_set_usage_outfnc)
+MARK_VISIBLE (gpgrt_set_confdir)
-MARK_VISIBLE (gpgrt_cmp_version);
+MARK_VISIBLE (gpgrt_cmp_version)
-MARK_VISIBLE (gpgrt_fnameconcat);
-MARK_VISIBLE (gpgrt_absfnameconcat);
+MARK_VISIBLE (gpgrt_fnameconcat)
+MARK_VISIBLE (gpgrt_absfnameconcat)