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:
17c50a3
)
fix link issue
author
Christian Grothoff
<christian@grothoff.org>
Mon, 9 Jan 2017 07:51:33 +0000
(08:51 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 9 Jan 2017 20:17:42 +0000
(21:17 +0100)
src/core/core_api.c
patch
|
blob
|
history
diff --git
a/src/core/core_api.c
b/src/core/core_api.c
index 7826cd03e396551a72ebd5f5975db6de12ed370e..cf7924a0d9dfbbaf6809acf4adb37617895d8812 100644
(file)
--- a/
src/core/core_api.c
+++ b/
src/core/core_api.c
@@
-18,7
+18,7
@@
Boston, MA 02110-1301, USA.
*/
/**
- * @file core/core_api
_2
.c
+ * @file core/core_api.c
* @brief core service; this is the main API for encrypted P2P
* communications
* @author Christian Grothoff
@@
-810,7
+810,7
@@
GNUNET_CORE_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg,
reconnect (h);
if (NULL == h->mq)
{
- GNUNET_CORE_disconnec
t
(h);
+ GNUNET_CORE_disconnec
T
(h);
return NULL;
}
return h;