Quellcode durchsuchen

* Minor syntax fix in the doxygen documentation.

tags/v0.99.beta14
Sam Hocevar sam vor 19 Jahren
Ursprung
Commit
d8fcbe5b8b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      cucul/buffer.c

+ 2
- 2
cucul/buffer.c Datei anzeigen

@@ -34,8 +34,8 @@
* will appear in the buffer. * will appear in the buffer.
* *
* Keep in mind that buffers are not strings. When loading a C string, the * Keep in mind that buffers are not strings. When loading a C string, the
* terminating '\0' must not be part of the buffer, hence \e size should
* be computed with strlen(). Conversely, the '\0' is not appended to
* terminating '\\0' must not be part of the buffer, hence \e size should
* be computed with strlen(). Conversely, the '\\0' is not appended to
* exported buffers even when they could be parsed as strings. * exported buffers even when they could be parsed as strings.
* *
* \param data The memory area to load. * \param data The memory area to load.


Laden…
Abbrechen
Speichern