diff mbox series

[3/3] station: fix the build

Message ID 20220606213216.36873-4-prestwoj@gmail.com (mailing list archive)
State Rejected, archived
Headers show
Series Patch 2 should fail incremental build | expand

Checks

Context Check Description
prestwoj/gitlint success Gitlint PASS
tedd_an/pre-ci_am success Success
prestwoj/ci-gitlint success Gitlint PASS

Commit Message

James Prestwood June 6, 2022, 9:32 p.m. UTC
---
 src/station.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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;