add all csv extensions to the ha_tina_exts[] array

This commit is contained in:
Sergei Golubchik 2014-01-25 14:52:20 +01:00
commit b816a2d43b

View file

@ -143,6 +143,7 @@ static void init_tina_psi_keys(void)
static const char *ha_tina_exts[] = {
CSV_EXT,
CSM_EXT,
CSN_EXT,
NullS
};