summaryrefslogtreecommitdiff
path: root/src/visibility.h
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 /src/visibility.h
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>
Diffstat (limited to 'src/visibility.h')
-rw-r--r--src/visibility.h14
1 files changed, 7 insertions, 7 deletions
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)