From 0b79b3bfe1cf790ef783e1b9df4a8a9dd58fb91e Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 5 Oct 2015 09:43:46 -0700 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 017c449aed..f3f0690f84 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -63,7 +63,7 @@ this! But you might like them anyway: - _**misc** [minilibs](https://github.com/ccxvii/minilibs): two-file regex, binary tree (public domain)_ - **misc** [whereami](https://github.com/gpakosz/whereami): get path/filename of executable or module (WTFPL v2 license) - _**misc** [dbgtools](https://github.com/wc-duck/dbgtools): cross-platform debug util libraries (zlib license)_ -- _**misc** [PackedArray](https://github.com/gpakosz/PackedArray): memory-efficient array of elements with non-pow2 bitcount (WTFPL v2 license) +- _**misc** [PackedArray](https://github.com/gpakosz/PackedArray): memory-efficient array of elements with non-pow2 bitcount (WTFPL v2 license)_ - **tests** [pempek_assert.cpp](https://github.com/gpakosz/Assert/tree/master/src): flexible assertions in C++ (WTFPL v2 license) There is also these XML libraries, but if you're using XML, shame on you: