diff options
author | ng0 <ng0@n0.is> | 2019-04-14 07:46:37 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-04-14 07:46:37 +0000 |
commit | 61625d4834bc7a599446486c9d16f2451527f989 (patch) | |
tree | 602d4df1a61d6b80515f1fed639fa2e81db608e2 | |
parent | e8929a75c962bad2b3f6601b3b66aa99d241b4e8 (diff) |
potential fix html block
-rw-r--r-- | src/fs/fs_uri.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index a91212121..9097d9884 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -37,6 +37,8 @@ * implementation is rather different in pretty much every detail. * The concrete URI formats are: * + * </p> + * * <ul><li> * * First, there are URIs that identify a file. They have the format @@ -76,7 +78,7 @@ * * The encoding for hexadecimal values is defined in the hashing.c * module in the gnunetutil library and discussed there. - * <p> + * */ #include "platform.h" #include "gnunet_fs_service.h" |