comparison sounds/au2h.c @ 10:34db9f242899

[gaim-migrate @ 19] Fixed a small problem with au2h and added a gnome patch by Eric Warmenhoven for GNOME Applet fixes. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 06:47:01 +0000
parents 2846a03bda67
children bc117fbcf527
comparison
equal deleted inserted replaced
9:effb8a20de26 10:34db9f242899
35 for (x=0;x<res;x++) 35 for (x=0;x<res;x++)
36 fprintf(f, "%#x, ", buf[x] & 0xff); 36 fprintf(f, "%#x, ", buf[x] & 0xff);
37 fprintf(f, "\n"); 37 fprintf(f, "\n");
38 } 38 }
39 fprintf(f,"};\n"); 39 fprintf(f,"};\n");
40 fclose(f);
40 return 0; 41 return 0;
41 } 42 }