fixed missing semicolon
This commit is contained in:
parent
dc497d4a20
commit
1a7fe12221
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue