aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-24 12:12:07 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-24 12:12:07 +0000
commitffcf7bdcb1149189682572e5f2fe268a1bd9dda2 (patch)
tree4a024a3d2d8125f90fd912117412db6f1be351c4 /src/fs/fs_uri.c
parentef1b94cfb7d9887782fc417d1df48314da68d575 (diff)
downloadgnunet-ffcf7bdcb1149189682572e5f2fe268a1bd9dda2.tar.gz
gnunet-ffcf7bdcb1149189682572e5f2fe268a1bd9dda2.zip
typo
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 74d19d59f..151808853 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -795,7 +795,7 @@ struct GNUNET_TIME_Absolute
795GNUNET_FS_uri_loc_get_expiration (const struct GNUNET_FS_Uri *uri) 795GNUNET_FS_uri_loc_get_expiration (const struct GNUNET_FS_Uri *uri)
796{ 796{
797 GNUNET_assert (uri->type == loc); 797 GNUNET_assert (uri->type == loc);
798 returnuri->data.loc.expirationTime; 798 return uri->data.loc.expirationTime;
799} 799}
800 800
801 801