Commit 681d705e authored by Michael Cook's avatar Michael Cook

Fix warning

parent 66bfc517
...@@ -701,7 +701,7 @@ uint8_t unpack_tl(uint8_t **ppReadPackedMsg, nfapi_tl_t *tl, uint8_t *end) ...@@ -701,7 +701,7 @@ uint8_t unpack_tl(uint8_t **ppReadPackedMsg, nfapi_tl_t *tl, uint8_t *end)
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#define MSG( X ) r = write(fd, X, sizeof(X) - 1) #define MSG( X ) r = write(fd, X, sizeof(X) - 1)
void show_backtrace() static void show_backtrace()
{ {
printf("Bruins\n"); printf("Bruins\n");
fflush(stdout); fflush(stdout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment