removed , and end of enum for crecoder
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 12:01:02 +0000 (12:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 28 Oct 2005 12:01:02 +0000 (12:01 +0000)
[r6825]

ir/ir/irop.h

index 1c3d565..2395ed3 100644 (file)
@@ -269,7 +269,7 @@ typedef int (*verify_proj_node_func)(ir_node *self, ir_node *proj);
 typedef enum {
   dump_node_opcode_txt,   /**< dump the opcode */
   dump_node_mode_txt,     /**< dump the mode */
-  dump_node_nodeattr_txt, /**< dump the node attributes */
+  dump_node_nodeattr_txt  /**< dump the node attributes */
 } dump_reason_t;
 
 /**