aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-09-30 14:39:26 +0200
committerMarco Paland <marco@paland.com>2018-09-30 14:39:26 +0200
commitc669417cd0e5526cc0620fa3ee1f4917e90b0d01 (patch)
tree9c535395e52a999e0ec9e3a9fa3261fed8095395
parentf40db9afb6afa3364a11923f07ebc06e0025a892 (diff)
downloadprintf-c669417cd0e5526cc0620fa3ee1f4917e90b0d01.tar.gz
printf-c669417cd0e5526cc0620fa3ee1f4917e90b0d01.tar.bz2
printf-c669417cd0e5526cc0620fa3ee1f4917e90b0d01.zip
chore(printf): remove unused flag
Credit goes to @phillipjohnston
-rw-r--r--printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/printf.c b/printf.c
index 11c1f5c..1dcaef6 100644
--- a/printf.c
+++ b/printf.c
@@ -70,7 +70,6 @@
#define FLAGS_LONG (1U << 8U)
#define FLAGS_LONG_LONG (1U << 9U)
#define FLAGS_PRECISION (1U << 10U)
-#define FLAGS_WIDTH (1U << 11U)
// output function type