From 82fb45a0884dedc205e9cb80766cbf213276e06f Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 8 Mar 2018 14:20:23 +0100 Subject: Cosmetic changes --- tools.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 9dfab27..3d2e84f 100644 --- a/tools.h +++ b/tools.h @@ -45,27 +45,27 @@ typedef unsigned int Uint; typedef struct { - Uint *R, - *R1, - *RP, - *S, - *RI; - Uint *FilterS; + Uint *R, + *R1, + *RP, + *S, + *RI; + Uint *FilterS; - int Map[256]; - int FilterMap[256]; - int k; - Uint mask_ok; - Uint filter_ok; - Uint filter_shift; - int r_size; - int FilterSet; + int Map[256]; + int FilterMap[256]; + int k; + Uint mask_ok; + Uint filter_ok; + Uint filter_shift; + int r_size; + int FilterSet; } AFUZZY; void afuzzy_init(const char *p, int kerr, int UseFilter, AFUZZY *fuzzy); void afuzzy_free(AFUZZY *fuzzy); int afuzzy_checkSUB(const char *t, AFUZZY *fuzzy); -static int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy); +int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy); #endif -#endif // __TVGUIDETOOLS_H \ No newline at end of file +#endif // __TVGUIDETOOLS_H -- cgit v1.2.3