1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

forgot for change some static inline functions, see commit 9d7ad2a; tests passing again

This commit is contained in:
lurchi 2016-09-05 11:33:42 +02:00
parent 2ca0949327
commit 48b9e626ed
4 changed files with 10 additions and 7 deletions

View file

@ -172,7 +172,7 @@ psyc_text (PsycTextState *state, PsycTextCB get_value, void *get_value_cls);
extern const PsycTemplates psyc_templates;
static inline const char *
inline const char *
psyc_template (PsycMethod mc, size_t *len) {
PsycString t = psyc_templates.a[mc];
if (len)