Skip to content

Commit ffac49d

Browse files
d-sonugaveluca93
authored andcommitted
fixed an error in the snp code
1 parent ac664be commit ffac49d

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)