Skip to content

Commit 3021161

Browse files
committed
rm a LF
1 parent d4d1faa commit 3021161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ typedef long nmbrString; /* String of numbers */
123123
* tail of an array from a certain element on, an array terminates with a
124124
* null pointer. This type of usage forbids null pointer as ordinary elements,
125125
* and the terminal null pointer is not part of the data in the array.
126-
* \n
126+
*
127127
* The length of a pntrString array is implicitely given by a terminal NULL
128128
* pointer. If this array is held in a \ref block, its size can also be
129129
* determined from its header's administrative data. Both values must be kept

0 commit comments

Comments
 (0)