commit f53af81cd3a09fb1c5e1e1511094971eda210976 from: Omar Polo date: Wed Aug 04 09:04:54 2021 UTC fmt commit - e334da07191a9e882f08c5a6a5035a96b5b1f946 commit + f53af81cd3a09fb1c5e1e1511094971eda210976 blob - dde60d9088befcef116db907d14154bf073e0afe blob + b94225d1085d01075d56827a43d7b1a89368f0c0 --- script.c +++ script.c @@ -109,7 +109,7 @@ newop(int type) { struct op *op; - op = xcalloc(1, sizeof(*op)); + op = xcalloc(1, sizeof(*op)); op->type = type; return op;