aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2019-01-14 09:18:24 +0000
committerAndre Heinecke <[email protected]>2019-01-14 09:18:24 +0000
commit51ea153871b79799f88b85f6b60c2b0a3bbd6a12 (patch)
tree5af0b3e897125430a1e9b05ab51b648d66974e66
parentbuild: Build with LD_LIBRARY_PATH, use of DT_RPATH (2/2). (diff)
downloadlibgpg-error-51ea153871b79799f88b85f6b60c2b0a3bbd6a12.tar.gz
libgpg-error-51ea153871b79799f88b85f6b60c2b0a3bbd6a12.zip
Fix symbol name typo in gpg-error.def.in
* src/gpg-error.def.in (gogrt_abort): Correct to gpgrt_abort.
-rw-r--r--src/gpg-error.def.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index a55b31a..0a584c4 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -227,6 +227,6 @@ EXPORTS
gpgrt_w32_override_locale @173
gpgrt_add_emergency_cleanup @174
- gogrt_abort @175
+ gpgrt_abort @175
;; end of file with public symbols for Windows.