aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-07 12:16:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-07 12:16:45 +0000
commitcf9c46282c0a339cb08c145340f22f31be6519da (patch)
tree9f9f4cb561c06e9a9bcd0e2507df8671ff728a57 /src/util/time.c
parent184b1137aeb6f6142bc19a18c8491b584f817068 (diff)
downloadgnunet-cf9c46282c0a339cb08c145340f22f31be6519da.tar.gz
gnunet-cf9c46282c0a339cb08c145340f22f31be6519da.zip
- docu
Diffstat (limited to 'src/util/time.c')
-rw-r--r--src/util/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/time.c b/src/util/time.c
index c57ccd1e2..3a6f38041 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -193,7 +193,7 @@ GNUNET_TIME_absolute_min (struct GNUNET_TIME_Absolute t1,
193 * 193 *
194 * @param t1 first timestamp 194 * @param t1 first timestamp
195 * @param t2 other timestamp 195 * @param t2 other timestamp
196 * @return timestamp that is smaller 196 * @return timestamp that is bigger
197 */ 197 */
198struct GNUNET_TIME_Absolute 198struct GNUNET_TIME_Absolute
199GNUNET_TIME_absolute_max (struct GNUNET_TIME_Absolute t1, 199GNUNET_TIME_absolute_max (struct GNUNET_TIME_Absolute t1,