- fixed bug in mapping_find

This commit is contained in:
Martin Willi
2005-11-14 11:40:02 +00:00
parent 5af9fef305
commit 346fd9f271
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#define DEFINITIONS_H_
#define MAPPING_END -1
#define MAPPING_END (-1)
/**
* @brief mapping entry, where enum-to-string mappings are stored