diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:01:32 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:01:32 +0100 |
commit | 3e19472096334582fb9893350b22085ca43e5b01 (patch) | |
tree | 483dbcba73fc5a91c8d9014352a1fe97bf1ace6a | |
parent | 44173ef8ca6a5f2b89c8fba6561272f74deee9ac (diff) |
Fix filename
-rw-r--r-- | lib.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ m4_define(__dcoins_denom, [m4_define([__denom], m4_ifelse( m4_regexp(__denom, [^\([0-9]+\)c], [0.\1]), [0], m4_regexp(__denom, [^\([0-9]\)e]), m4_regexp(__denom, [^\([0-9]\)e], [\1.00]), - [Something went wrong… check ‘init.m4’] + [Something went wrong… check ‘lib.m4’] ))]) m4_dnl Create a link to ‘$1’ with the text ‘$2’. This does some checks with the |