X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmanager.h;h=3cd4d8a59c583ad02ca410c1bee85626cb948362;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=436141fb784024a6b02dc754d5f211012a6e6b9e;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/manager.h b/src/output/manager.h index 436141fb..3cd4d8a5 100644 --- a/src/output/manager.h +++ b/src/output/manager.h @@ -47,7 +47,7 @@ enum som_type struct som_entity { const struct som_table_class *class; /* Table class. */ - enum som_type type; /* Table or Chart */ + enum som_type type; /* Table or Chart */ void *ext; /* Owned by */ };