]> mj.ucw.cz Git - libucw.git/commitdiff
tableprinter: renamed data to formatter_data
authorRobert Kessl <kesslr@centrum.cz>
Fri, 25 Jul 2014 12:20:09 +0000 (14:20 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Fri, 25 Jul 2014 12:20:09 +0000 (14:20 +0200)
ucw/table.h

index 783c802eff2591dbe7e246a91ac4696ee39b0a4d..83fdee68323a0b70d747b22123973323039d59b8 100644 (file)
@@ -136,7 +136,7 @@ struct table {
 
   // Back-end used for table formatting and its private data
   const struct table_formatter *formatter;
-  void *data;
+  void *formatter_data;
 };
 
 /****