Print a space character between string given as a macro argument and

bio description.
This commit is contained in:
Pawel Jakub Dawidek 2004-03-09 11:00:24 +00:00
parent ae21f5ad2c
commit 810914da53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126772

View File

@ -51,6 +51,7 @@
if (g_concat_debug >= 2) { \
printf("GEOM_CONCAT[2]: "); \
printf(__VA_ARGS__); \
printf(" "); \
g_print_bio(bp); \
printf("\n"); \
} \