1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: typo in comments breaks doxygen.
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-12-13
Forwarded: no
--- a/src/simunpack.c
+++ b/src/simunpack.c
@@ -17,7 +17,7 @@
* Representation Template 5.0.
* @param ndpts The number of data values to unpack.
* @param fld A pointer that gets the unpacked data values. fld must be
-`* allocated with at least ndpts * sizeof(float) bytes before calling
+ * allocated with at least ndpts * sizeof(float) bytes before calling
* this routine.
*
* @return 0 for success, error code otherwise.
|