add missing #

This commit is contained in:
Christian Heimes 2013-08-18 03:11:11 +02:00
parent b4ec842f39
commit ec8c2198bd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Core and Builtins
Library Library
------- -------
- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. - Issue #18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke - Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
malloc weak symbols. malloc weak symbols.