]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Channels can now actually be opened.
[meshlink] / src / meshlink.h
index ff0562c4cf30df6ae7fc1bf4aff39004f76d59c5..17545ed289b4c464dadc9e0ba53ca7108a74348b 100644 (file)
@@ -256,7 +256,6 @@ typedef enum {
  *  @param level     An enum describing the severity level of the message.
  *  @param text      A pointer to a nul-terminated C string containing the textual log message.
  *                   This pointer is only valid for the duration of the callback.
- *                   H
  *                   The application must not free() this pointer.
  *                   The application should strdup() the text if it has to be available outside the callback.
  */