Fix node type typo
This commit is contained in:
		@@ -14,10 +14,10 @@ typedef union node_data node_data;
 | 
			
		||||
typedef struct node node;
 | 
			
		||||
 | 
			
		||||
enum node_type {
 | 
			
		||||
  NODEYPE_IO,
 | 
			
		||||
  NODEYPE_OP,
 | 
			
		||||
  NODE_TYPE_IO,
 | 
			
		||||
  NODE_TYPE_OP,
 | 
			
		||||
 | 
			
		||||
  COUNT_NODEYPES,
 | 
			
		||||
  COUNT_NODE_TYPES,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
union node_data {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user