add missing #

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

View File

@ -28,7 +28,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.