hwstub: fix warning: no newline at end of file with newer gcc
Change-Id: Icb4233fb9b2b0d5b6f8c4a35dff300f38c8d3025
This commit is contained in:
parent
0e2b4908d0
commit
906a623698
2 changed files with 4 additions and 2 deletions
|
@ -27,4 +27,5 @@ void memset(void *dst, int c, size_t n);
|
|||
void memcpy(void *dst, const void *src, size_t n);
|
||||
void memmove(void *dst, const void *src, size_t n);
|
||||
|
||||
#endif /* __HWSTUB_MEMORY__ */
|
||||
#endif /* __HWSTUB_MEMORY__ */
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "../hwstub_protocol.h"
|
||||
|
||||
#define HWSTUB_VERSION_REV 0
|
||||
#define HWSTUB_VERSION_REV 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue