aboutsummaryrefslogtreecommitdiffstats
path: root/gb_ini.h
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-11-22 21:18:51 +0000
committerGravatar gingerBill 2015-11-22 21:18:51 +0000
commitddcc4824183c0629a0340d2ab1d2344e8289fdf7 (patch)
treeaccd4a3b845d0e245b05d45f83c3a27f3af82771 /gb_ini.h
parentMerge pull request #2 from bullno1/gb_ini-error_handling (diff)
Many bug fixes
Fix Hash_Table Fix gb_ini Error Handling
Diffstat (limited to '')
-rw-r--r--gb_ini.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gb_ini.h b/gb_ini.h
index e6e7f9d..29612cc 100644
--- a/gb_ini.h
+++ b/gb_ini.h
@@ -1,9 +1,10 @@
-// gb_ini.h - v0.91 - public domain ini file loader library - no warranty implied; use at your own risk
+// gb_ini.h - v0.91a - public domain ini file loader library - no warranty implied; use at your own risk
// A Simple Ini File Loader Library for C and C++
//
// Version History:
-// 0.91 - Add extern "C" if compiling as C++
-// 0.90 - Initial Version
+// 0.91a - Error handling fix
+// 0.91 - Add extern "C" if compiling as C++
+// 0.90 - Initial Version
//
// LICENSE
//