Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ondřej Surý
BIRD Internet Routing Daemon
Commits
dd5ef279
Commit
dd5ef279
authored
Nov 04, 2014
by
Ondřej Filip
Browse files
Small typo fixed.
parent
d148d0af
Changes
1
Hide whitespace changes
Inline
Side-by-side
proto/ospf/ospf.h
View file @
dd5ef279
...
...
@@ -319,13 +319,13 @@ struct immsb
u8
i
:
1
;
u8
padding
:
5
;
#endif
}
__attribute__
((
packed
));
;
}
__attribute__
((
packed
));
union
imms
{
u8
byte
;
struct
immsb
bit
;
}
__attribute__
((
packed
));
;
}
__attribute__
((
packed
));
#define DBDES_MS 1
#define DBDES_M 2
#define DBDES_I 4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment