Eolian/Generator: fix type when no data type exists.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Tue, 11 Mar 2014 12:00:44 +0000 (14:00 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Tue, 11 Mar 2014 13:25:24 +0000 (15:25 +0200)
commitd3f343bdcced4ab88ef694fc900b978f4b2cfe75
tree12fb383c804ab73e6282540b3f9f12e5a0a8fe2c
parent6f2657c3fb65a2ea4f1216686e27f170742456fe
Eolian/Generator: fix type when no data type exists.

When data is set as "null", the generator was writing for this data
variable "void * *_pd" instead of "void *_pd".
src/bin/eolian/eo1_generator.c