summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.h')
-rw-r--r--rbutil/sansapatcher/sansapatcher.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h
index 97b73dd0b9..d422aa5932 100644
--- a/rbutil/sansapatcher/sansapatcher.h
+++ b/rbutil/sansapatcher/sansapatcher.h
@@ -28,9 +28,7 @@
28extern unsigned char* sectorbuf; 28extern unsigned char* sectorbuf;
29 29
30#define FILETYPE_MI4 0 30#define FILETYPE_MI4 0
31#ifdef WITH_BOOTOBJS 31#define FILETYPE_INTERNAL 1
32 #define FILETYPE_INTERNAL 1
33#endif
34 32
35char* get_parttype(int pt); 33char* get_parttype(int pt);
36int read_partinfo(struct sansa_t* sansa, int silent); 34int read_partinfo(struct sansa_t* sansa, int silent);