From 6f103890e9728072e1c9c1e0a1d7f87220d8eecc Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 15 Sep 2022 15:08:27 +0900 Subject: Remove extra semicolons. * src/gpgrt-int.h: Remove extra. * src/visibility.h: Likewise. -- Signed-off-by: NIIBE Yutaka --- src/gpgrt-int.h | 8 ++++---- src/visibility.h | 14 +++++++------- 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) -- cgit v1.2.3