projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1b94c
)
typo
author
Christian Grothoff
<christian@grothoff.org>
Thu, 24 Sep 2009 12:12:07 +0000
(12:12 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 24 Sep 2009 12:12:07 +0000
(12:12 +0000)
src/fs/fs_uri.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_uri.c
b/src/fs/fs_uri.c
index 74d19d59f27072b28310f86a603e97a3f10c06ca..15180885357b44ed0d1b1afca6a5f862f2e6e487 100644
(file)
--- a/
src/fs/fs_uri.c
+++ b/
src/fs/fs_uri.c
@@
-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;
}