more classic value for float default parameter

This commit is contained in:
tth 2020-02-13 11:29:28 +01:00
parent 94a90f2994
commit db5638c9bd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ int main(int argc, char *argv[])
int foo, opt;
int width, height;
char *fname;
float fvalue = 0.01;
float fvalue = 1.0;
int type = T_BLACK;
char *tname = "wtf?";