Advertisement
Guest User

ranma

a guest
Feb 13th, 2010
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Index: mkamsboot/dualboot/bin2c.c
  2. ===================================================================
  3. --- mkamsboot/dualboot/bin2c.c (revision 24590)
  4. +++ mkamsboot/dualboot/bin2c.c (working copy)
  5. @@ -90,6 +90,7 @@
  6. }
  7.  
  8. fprintf(cfile,"/* Generated by bin2c */\n\n");
  9. + fprintf(cfile,"#include \"%s\"\n\n", hfilename);
  10. fprintf(hfile,"/* Generated by bin2c */\n\n");
  11.  
  12. for(i=0; i < argc - 2; i++) {
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement