mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
526 B

  1. --- ./src/bdf2h.c.orig 2000-06-01 17:44:48.000000000 +0300
  2. +++ ./src/bdf2h.c 2003-10-19 09:26:48.000000000 +0300
  3. @@ -45,14 +45,14 @@
  4. */
  5. printf("#ifndef DEFINED_STRUCT_FONTINFO_TAG\n");
  6. printf("#define DEFINED_STRUCT_FONTINFO_TAG 1\n");
  7. -printf("\
  8. -struct fontinfo_tag
  9. - {
  10. - signed char *data;
  11. - int table[96];
  12. - int yofs,fh,oy;
  13. - };
  14. -");
  15. +printf(
  16. +"struct fontinfo_tag\n"
  17. +" {\n"
  18. +" signed char *data;\n"
  19. +" int table[96];\n"
  20. +" int yofs,fh,oy;\n"
  21. +" };\n"
  22. +);
  23. printf("#endif\n\n");
  24. /* generate font data */