diff options
Diffstat (limited to 'root-topology')
-rw-r--r-- | root-topology/bin2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root-topology/bin2c.c b/root-topology/bin2c.c index 91ce7d14..a30deee5 100644 --- a/root-topology/bin2c.c +++ b/root-topology/bin2c.c @@ -49,7 +49,7 @@ int main( int argc, char const ** argv ) else putchar(' '); } } - printf("\n};\n", varname ); + printf("\n};\n"); printf("#define %s_LEN %llu\n",varname,(unsigned long long)size); //printf( "enum { %s_length = %"PRIu32"%s }; ", varname, size,"UL"); //printf("enum { %s_length = sizeof(%s) };\n", varname, varname ); |