Skip to content

Commit b0cb8d2

Browse files
d-sonuganicholasbishop
authored andcommitted
fixed an error in the snp code
1 parent ecc1912 commit b0cb8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/proto/network/snp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,6 @@ newtype_enum! {
355355
Stopped = 0,
356356
Started = 1,
357357
Initialized = 2,
358-
MaxState = 4
358+
MaxState = 4,
359359
}
360360
}

0 commit comments

Comments
 (0)