From 0d4bcebbc5f2ed8ed4f1be0b658f047d26b6c8c3 Mon Sep 17 00:00:00 2001
From: siflfran <siflfran>
Date: Sun, 23 Apr 2006 21:54:13 +0000
Subject: [PATCH] Makefile.in: sunrise.o dazu sunriset.c: vergessenes Semikolon
 dazu

---
 01_git/Makefile.in | 2 +-
 01_git/sunriset.c  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/01_git/Makefile.in b/01_git/Makefile.in
index 9d46c99..a4101cc 100644
--- a/01_git/Makefile.in
+++ b/01_git/Makefile.in
@@ -1,6 +1,6 @@
 # AfterStepApps standard Makefile and autoconf/ ; do not edit
 
-OBJS = astime.o astime_x.o safecopy.o x_color.o
+OBJS = astime.o astime_x.o safecopy.o x_color.o sunriset.o
 
 PROG = astime
 
diff --git a/01_git/sunriset.c b/01_git/sunriset.c
index b2f0abc..8e553f4 100644
--- a/01_git/sunriset.c
+++ b/01_git/sunriset.c
@@ -32,7 +32,7 @@ double rev180( double x );
 double GMST0( double d );
 
 /* A small test program */
-
+/*
 main()
 {
       int year,month,day;
@@ -139,7 +139,7 @@ main()
       return 0;
       }
 }
-
+*/
 
 /* The "workhorse" function for sun rise/set times */
 
@@ -432,7 +432,7 @@ double day_civil_twilight_length(int year, int month, int day,
 double day_nautical_twilight_length(int year, int month, int day, 
 		double lon, double lat)
 {
-	return __daylen__(year, month, day, lon, lat, -12.0, 0)
+	return __daylen__(year, month, day, lon, lat, -12.0, 0);
 }
 
 double day_astronomical_twilight_length(int year, int month, int day, 
-- 
GitLab