corrected line count

This commit is contained in:
reujab 2017-08-19 18:45:46 -04:00
parent 1aebb41ec4
commit 4a82680e23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ render backends it only focuses on the actual UI.
- Immediate mode graphical user interface toolkit
- Single header library
- Written in C89 (ANSI C)
- Small codebase (~17kLOC)
- Small codebase (~18kLOC)
- Focus on portability, efficiency and simplicity
- No dependencies (not even the standard library if not wanted)
- Fully skinnable and customizable

View File

@ -17,7 +17,7 @@ VALUES:
- Graphical user interface toolkit
- Single header library
- Written in C89 (a.k.a. ANSI C or ISO C90)
- Small codebase (~17kLOC)
- Small codebase (~18kLOC)
- Focus on portability, efficiency and simplicity
- No dependencies (not even the standard library if not wanted)
- Fully skinnable and customizable