From: Silver Dream ! Date: Wed, 19 Mar 2014 23:07:59 +0000 (+0100) Subject: - fixed an old #include guard typo X-Git-Tag: V2.15~97^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F93%2Fhead;p=cc65 - fixed an old #include guard typo --- diff --git a/src/cc65/shiftexpr.h b/src/cc65/shiftexpr.h index 281710ff8..2a000fd58 100644 --- a/src/cc65/shiftexpr.h +++ b/src/cc65/shiftexpr.h @@ -34,7 +34,7 @@ #ifndef SHIFTEXPR_H -#define SHIFTEXPT_H +#define SHIFTEXPR_H