From 165270a8e1a8cf120bf3880feb99d6795aae660e Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 28 Jun 2019 23:42:14 +0000 Subject: [PATCH] How many typos can *you* make on a single line? --- src/encode/cp437_utf8_tbl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/encode/cp437_utf8_tbl.h b/src/encode/cp437_utf8_tbl.h index df84263d44..34a8cb263a 100644 --- a/src/encode/cp437_utf8_tbl.h +++ b/src/encode/cp437_utf8_tbl.h @@ -36,13 +36,13 @@ #ifndef CP437_UTF8_TBL_H_ #define CP437_UTF8_TBL_H_ -#ifdef _cpluslus +#ifdef __cplusplus extern "C" { #endif extern const char* cp437_utf8_tbl[]; -#ifdef _cpluslus +#ifdef __cplusplus } #endif -- GitLab