diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-22 13:58:23 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-22 13:58:23 +0200 |
commit | 2af6aadfe9a28dd96d3bc4c3741b859492e12a5e (patch) | |
tree | 58576b8a365b527006761c443c4847f838c6be91 /changes | |
parent | 34551cda6f699cee5816a5935b56787ccb7b8f67 (diff) | |
download | tor-2af6aadfe9a28dd96d3bc4c3741b859492e12a5e.tar tor-2af6aadfe9a28dd96d3bc4c3741b859492e12a5e.tar.gz |
Fix a compile warning on OpenBSD
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1848 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug1848 b/changes/bug1848 new file mode 100644 index 000000000..db00e17f8 --- /dev/null +++ b/changes/bug1848 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848. + |