From bbdb4f65efad46b47be8ddfd8f7cf198beb46d0c Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 27 Sep 2015 08:23:56 -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 dd7b48e..a42086a 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -60,7 +60,7 @@ this! But you might like them anyway: - _**misc** [utf8](https://github.com/sheredom/utf8.h): utf8 string library (zlib license)_ - _**misc** [klib](http://attractivechaos.github.io/klib/) many 2-file libs: hash, sort, b-tree, etc (MIT license)_ - **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** [dbgtools](https://github.com/wc-duck/dbgtools): cross-platform debug util libraries (zlib 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: -- GitLab