Browse Source

ktp: Revert magic number

Serj Kalichev 3 years ago
parent
commit
3d316bf491
1 changed files with 1 additions and 1 deletions
  1. 1 1
      klish/ktp.h

+ 1 - 1
klish/ktp.h

@@ -8,7 +8,7 @@
 
 #include <faux/msg.h>
 
-#define KTP_MAGIC 0x2050544b
+#define KTP_MAGIC 0x4b545020
 #define KTP_MAJOR 0x01
 #define KTP_MINOR 0x00