Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More changes to get ppc recognized
[simgrid.git] / src / gras / DataDesc / ddt_convert.c
index d087219..fe9938e 100644 (file)
@@ -17,7 +17,7 @@
 
 const gras_arch_desc_t gras_arches[gras_arch_count] = {
   {"i386",   0,   {1,2,4,4,8,   4,4,   4,8}},
 
 const gras_arch_desc_t gras_arches[gras_arch_count] = {
   {"i386",   0,   {1,2,4,4,8,   4,4,   4,8}},
-  {"ppc",    1.   {1,2,4,4,8,   4,4,   4,8}}
+  {"ppc",    1,   {1,2,4,4,8,   4,4,   4,8}}
 };
 
 const char *gras_datadesc_arch_name(int code) {
 };
 
 const char *gras_datadesc_arch_name(int code) {