diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-02 07:15:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-02 07:15:10 -0500 |
commit | 7a75a1064fe41847b6c42c1d995a27f08987aa93 (patch) | |
tree | 2c95686ffae38e514e894f7f19f1aa690b4b1f14 /changes/bug40177 | |
parent | aa85284038fbb145ebd73abb7b995f31024bb8aa (diff) | |
download | tor-7a75a1064fe41847b6c42c1d995a27f08987aa93.tar.gz tor-7a75a1064fe41847b6c42c1d995a27f08987aa93.zip |
Fix another duplicate typedef.
Fixes #40177; bugfix on 0.4.5.1-alpha.
Diffstat (limited to 'changes/bug40177')
-rw-r--r-- | changes/bug40177 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug40177 b/changes/bug40177 new file mode 100644 index 0000000000..b08be64e47 --- /dev/null +++ b/changes/bug40177 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Remove a duplicate typedef in metrics_store.c. Fixes bug 40177; + bugfix on 0.4.5.1-alpha. |