summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/protocol.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2016-02-29 08:29:21 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2016-03-14 12:21:42 +0100
commit906a62369848757a19a35dd80ac19c0538205c36 (patch)
tree71466c5ea6298028b71293d63ae36e85a451c277 /utils/hwstub/stub/protocol.h
parent0e2b4908d012dbd45a58002774f32b64ea8f83e3 (diff)
downloadrockbox-906a62369848757a19a35dd80ac19c0538205c36.tar.gz
rockbox-906a62369848757a19a35dd80ac19c0538205c36.zip
hwstub: fix warning: no newline at end of file with newer gcc
Change-Id: Icb4233fb9b2b0d5b6f8c4a35dff300f38c8d3025
Diffstat (limited to 'utils/hwstub/stub/protocol.h')
-rw-r--r--utils/hwstub/stub/protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hwstub/stub/protocol.h b/utils/hwstub/stub/protocol.h
index d551342d4b..61d6ae02a4 100644
--- a/utils/hwstub/stub/protocol.h
+++ b/utils/hwstub/stub/protocol.h
@@ -1,3 +1,4 @@
1#include "../hwstub_protocol.h" 1#include "../hwstub_protocol.h"
2 2
3#define HWSTUB_VERSION_REV 0 \ No newline at end of file 3#define HWSTUB_VERSION_REV 0
4