summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 17:26:06 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 17:26:06 +0100
commitc0642c358c6c42d314aca1a8f8d9db7a76c202be (patch)
tree789773eb20f61cdeba3f1362a5fd0f90ac97e7bb
parent4a79dcc5dc519d2875f32f80a66e0f78d57cfa4e (diff)
downloadtbdiff-c0642c358c6c42d314aca1a8f8d9db7a76c202be.tar.gz
Fix protocol ID branding
-rw-r--r--tbdiff-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbdiff-private.h b/tbdiff-private.h
index a991f12..12580a4 100644
--- a/tbdiff-private.h
+++ b/tbdiff-private.h
@@ -18,6 +18,6 @@
#ifndef __TBDIFF_PRIVATE_H__
#define __TBDIFF_PRIVATE_H__
-#define TB_DIFF_PROTOCOL_ID "CodeThink:OTAPv0"
+#define TB_DIFF_PROTOCOL_ID "Codethink:TBDIFFv0"
#endif