summaryrefslogtreecommitdiff
path: root/src/cdbread.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 15:50:21 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 15:50:21 +0200
commit795ffc5e62e8ba383575dbcd9943a580d4bd3358 (patch)
treec128889056202b255e2f22afeb7717894d350862 /src/cdbread.c
parent5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (diff)
formatting changes
Manual format adjustments. Comment adjustments. Remove usage of the register keyword.
Diffstat (limited to 'src/cdbread.c')
-rw-r--r--src/cdbread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cdbread.c b/src/cdbread.c
index 802c726..8ba920c 100644
--- a/src/cdbread.c
+++ b/src/cdbread.c
@@ -10,10 +10,10 @@
#include "seek.h"
/**
- @file cdbread.c
- @author djb
- @source ucspi-tcp, fastforward
- @brief read entries from a cdb
+ @file cdbread.c
+ @author djb
+ @source ucspi-tcp, fastforward
+ @brief read entries from a cdb
*/
uint32 cdb_unpack(unsigned char *buf)