genevent fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Dec 2005 21:50:45 +0000 (21:50 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 2 Dec 2005 21:50:45 +0000 (21:50 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1363 04897980-b3bd-0310-b5e0-8ef037075253

genevent-new/genevent.c

index ddf8e4ecd7c7e6a59701f0318e541cf1f1ddc3ff..22ad5c4c5c67eb0a8f0575994fb429aa1328748f 100644 (file)
@@ -1005,7 +1005,7 @@ int print_type_write_fct(type_descriptor_t * td, FILE *fd, unsigned int tabs,
        
        print_tabs(1, fd);
        fprintf(fd, "align = ");
-       if(print_type_alignment(td, fd, 0, basename, "", "obj->")) return 1;
+       if(print_type_alignment(td, fd, 0, basename, "", "obj")) return 1;
        fprintf(fd, ";\n");
        fprintf(fd, "\n");
        print_tabs(1, fd);
This page took 0.02512 seconds and 4 git commands to generate.