Message ID | 20220606213216.36873-4-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
Series | Patch 2 should fail incremental build | expand |
Context | Check | Description |
---|---|---|
prestwoj/gitlint | success | Gitlint PASS |
tedd_an/pre-ci_am | success | Success |
prestwoj/ci-gitlint | success | Gitlint PASS |
diff --git a/src/station.c b/src/station.c index f9978c4a..f52d2fde 100644 --- a/src/station.c +++ b/src/station.c @@ -123,8 +123,8 @@ struct station { bool autoconnect_can_start : 1; }; -// break the build -truct anqp_entry { +// fix the build +struct anqp_entry { struct station *station; struct network *network; uint32_t pending;