]> git.sur5r.net Git - cc65/commitdiff
More tabs to spaces
authorLauri Kasanen <cand@gmx.com>
Thu, 18 May 2017 12:54:47 +0000 (15:54 +0300)
committerLauri Kasanen <cand@gmx.com>
Thu, 18 May 2017 12:54:47 +0000 (15:54 +0300)
src/cc65/pragma.c

index 27015285e79d2a33bc979280ce2728fe94959f45..fe7101d97c2e2e2cc2908d0d28b418f44c154cf3 100644 (file)
@@ -125,7 +125,7 @@ static const struct Pragma {
     { "static-locals",          PRAGMA_STATIC_LOCALS      },
     { "staticlocals",           PRAGMA_STATICLOCALS       },      /* obsolete */
     { "warn",                   PRAGMA_WARN               },
-    { "wrapped-call",           PRAGMA_WRAPPED_CALL      },
+    { "wrapped-call",           PRAGMA_WRAPPED_CALL       },
     { "writable-strings",       PRAGMA_WRITABLE_STRINGS   },
     { "zpsym",                  PRAGMA_ZPSYM              },
 };