1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

spelling: backtrace

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-09 10:57:35 -04:00
committed by Sébastien Helleu
parent 969376c88a
commit 3eb4b203f2
+3 -3
View File
@@ -17,11 +17,11 @@
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef WEECHAT_BACKTACE_H
#define WEECHAT_BACKTACE_H
#ifndef WEECHAT_BACKTRACE_H
#define WEECHAT_BACKTRACE_H
#define BACKTRACE_MAX 128
extern void weechat_backtrace ();
#endif /* WEECHAT_BACKTACE_H */
#endif /* WEECHAT_BACKTRACE_H */