diff options
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/struct.c b/util-src/struct.c index 40fdffac..e80df4e6 100644 --- a/util-src/struct.c +++ b/util-src/struct.c @@ -10,7 +10,7 @@ ** > - big endian ** < - little endian ** ![num] - alignment -** x - pading +** x - padding ** b/B - signed/unsigned byte ** h/H - signed/unsigned short ** l/L - signed/unsigned long |