projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b49f01d
)
Purely cosmetic change: add missing newline
author
Reto Schneider <github@reto-schneider.ch>
Fri, 16 Mar 2012 19:36:05 +0000
(20:36 +0100)
committer
Reto Schneider <github@reto-schneider.ch>
Fri, 16 Mar 2012 19:36:05 +0000
(20:36 +0100)
src/am7xxx.c
patch
|
blob
|
history
diff --git
a/src/am7xxx.c
b/src/am7xxx.c
index
f04b638
..
30e689f
100644
(file)
--- a/
src/am7xxx.c
+++ b/
src/am7xxx.c
@@
-244,6
+244,7
@@
static void debug_dump_header(am7xxx_context *ctx, struct am7xxx_header *h)
(void)ctx;
(void)h;
}
(void)ctx;
(void)h;
}
+
static void trace_dump_buffer(am7xxx_context *ctx, const char *message,
uint8_t *buffer, unsigned int len)
{
static void trace_dump_buffer(am7xxx_context *ctx, const char *message,
uint8_t *buffer, unsigned int len)
{