File diff r6490:ba88f1f6bfd1 → r6491:6b6c19f090e1
src/command.h
Show inline comments
 
@@ -158,7 +158,7 @@ enum {
 
	CMD_ERROR = ((int32)0x80000000),
 
};
 

	
 
#define CMD_MSG(x) ((x)<<16)
 
#define CMD_MSG(x) ((x) << 16)
 

	
 
enum {
 
	CMD_AUTO                  = 0x0200,