diff options
Diffstat (limited to 'stdio-common/tstscanf.c')
-rw-r--r-- | stdio-common/tstscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tstscanf.c b/stdio-common/tstscanf.c index bb3e55d..f70319d 100644 --- a/stdio-common/tstscanf.c +++ b/stdio-common/tstscanf.c @@ -151,7 +151,7 @@ main (int argc, char **argv) { 2, -12.8F, "degrees", "" }, { 0, 0.0F, "", "" }, { 3, 10.0F, "LBS", "fertilizer" }, - { 3, 100.0F, "rgs", "energy" }, + { 0, 0.0F, "", "" }, { -1, 0.0F, "", "" }}; size_t rounds = 0; float quant; |