Some improvements with dbg levels
FossilOrigin-Name: 4f1f8f238cb3fd097504bfba3b51805d359135256160fe8fdba34908495ec50b
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
#include "strlist.h"
|
||||
|
||||
const char * cw_strlist_get_str(struct cw_strlist_elem *s,int id)
|
||||
const char * cw_strlist_get_str(struct cw_StrListElem *s,int id)
|
||||
{
|
||||
while ( s->id!=CW_STR_STOP){
|
||||
if (s->id==id)
|
||||
|
Reference in New Issue
Block a user