Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
49cb34a5
Commit
49cb34a5
authored
Mar 23, 2007
by
Josh Coalson
Browse files
better alignment in md5 structure elements
parent
6942044b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/include/private/md5.h
View file @
49cb34a5
...
...
@@ -29,9 +29,9 @@
#include "FLAC/ordinals.h"
typedef
struct
{
FLAC__uint32
in
[
16
];
FLAC__uint32
buf
[
4
];
FLAC__uint32
bytes
[
2
];
FLAC__uint32
in
[
16
];
FLAC__byte
*
internal_buf
;
unsigned
capacity
;
}
FLAC__MD5Context
;
...
...
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