fixed missing semicolon

This commit is contained in:
Steffen Vogel 2013-05-05 02:11:32 +02:00
parent dc497d4a20
commit 1a7fe12221

View file

@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
double horizon = LN_SOLAR_STANDART_HORIZON; /* 50 Bogenminuten; no twilight, normal sunset/rise */
int tz = INT_MAX;
// char *format = "time: %Y-%m-%d %H:%M:%S az: §a (§s) alt: §h";
char *format = "%H:%M"
char *format = "%H:%M";
char *query = NULL;
bool error = false;
bool utc = false;