freemyipod r754 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r753‎ | r754 | r755 >
Date:10:52, 17 July 2011
Author:user890104
Status:new
Tags:
Comment:
ipoddfu_c: move a misplaced comment
Modified paths:
  • /tools/ipoddfu_c/ipoddfu.c (modified) (history)

Diff [purge]

Index: tools/ipoddfu_c/ipoddfu.c
@@ -1,9 +1,3 @@
2 -#include <stdlib.h>
3 -#include <stdio.h>
4 -#include <string.h>
5 -
6 -#include <libusb-1.0/libusb.h>
7 -
82 //
93 //
104 // Copyright 2011 user890104
@@ -27,6 +21,12 @@
2822 //
2923
3024
 25+#include <stdlib.h>
 26+#include <stdio.h>
 27+#include <string.h>
 28+
 29+#include <libusb-1.0/libusb.h>
 30+
3131 #include "usb.h"
3232 #include "dfu.h"
3333 #include "crc32.h"