radcheb / Adhan

High precision prayer time library
MIT License
13 stars 4 forks source link

[Compilation] End of include ifdef misplaced in data_components.h #2

Closed Cyrillius closed 7 years ago

Cyrillius commented 7 years ago

have this:

struct tm *resolve_time_2(int year, int month, int day);

#endif //C_DATA_COMPONENTS_H

struct tm *get_date_components(struct tm *date);

instead of:

struct tm *resolve_time_2(int year, int month, int day);

struct tm *get_date_components(struct tm *date);

#endif //C_DATA_COMPONENTS_H