typo
authorChristian Grothoff <christian@grothoff.org>
Thu, 24 Sep 2009 12:12:07 +0000 (12:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 24 Sep 2009 12:12:07 +0000 (12:12 +0000)
src/fs/fs_uri.c

index 74d19d59f27072b28310f86a603e97a3f10c06ca..15180885357b44ed0d1b1afca6a5f862f2e6e487 100644 (file)
@@ -795,7 +795,7 @@ struct GNUNET_TIME_Absolute
 GNUNET_FS_uri_loc_get_expiration (const struct GNUNET_FS_Uri *uri)
 {
   GNUNET_assert (uri->type == loc);
-  returnuri->data.loc.expirationTime; 
+  return uri->data.loc.expirationTime; 
 }