1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[typo] typo

This commit is contained in:
Witold Filipczyk 2022-01-09 17:53:53 +01:00
parent c6860911b5
commit 08c71e5289

View File

@ -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)