]> granicus.if.org Git - graphviz/commitdiff
lefty boolop: fix incorrect type in return statement
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 19:56:31 +0000 (11:56 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 20 Jan 2022 02:15:00 +0000 (18:15 -0800)
This was accidentally omitted in e5b641c6891e52d503bc63cb9f354b54abcdce8e.

cmd/lefty/aix_mods/exec.c

index e6e7e969c4948fcbd8036cbd21538a6b9d8ce187..1a085f9e85d9c3656fc80c19a99691fe523a69af 100644 (file)
@@ -797,7 +797,7 @@ static bool boolop(Tobj vo)
     double d;
 
     if (!vo)
-       return FALSE;
+       return false;
 
     switch (Tgettype(vo)) {
     case T_INTEGER: