File: typo-breaks-doxygen.patch

package info (click to toggle)
g2clib 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,536 kB
  • sloc: ansic: 28,287; python: 76; sh: 46; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
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.