mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[typo] typo
This commit is contained in:
parent
c6860911b5
commit
08c71e5289
@ -182,7 +182,7 @@ struct string {
|
||||
* @returns @a string if successful, or NULL if out of memory.
|
||||
* @post done_string(@a string) is safe, even if this returned NULL.
|
||||
* @relates string */
|
||||
#ifdef _cplusplus
|
||||
#ifdef __cplusplus
|
||||
#ifdef DEBUG_MEMLEAK
|
||||
[[nodiscard]] struct string *init_string__(const char *file, int line, struct string *string);
|
||||
#define init_string(string) init_string__(__FILE__, __LINE__, string)
|
||||
|
Loading…
Reference in New Issue
Block a user