Explorar el Código

ktp: Revert magic number

Serj Kalichev hace 3 años
padre
commit
3d316bf491
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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