summaryrefslogtreecommitdiffstats
path: root/src/fiasco.c
diff options
context:
space:
mode:
authorpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:43:39 +0200
committerpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:43:39 +0200
commit034b17cef42f293e2048b44c074d70b3a8695339 (patch)
tree06db2c1574121ff389fe159bccae6123676cd3bb /src/fiasco.c
parent3a1053b29e5fb8109463259ee9dff3d8f4e4be5b (diff)
download0xFFFF-034b17cef42f293e2048b44c074d70b3a8695339.tar.bz2
* Added support for local n900 nand dump * Do some code cleanup, update headers from 2007 to 2009 :) - Fix warning messages
Diffstat (limited to 'src/fiasco.c')
-rw-r--r--src/fiasco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fiasco.c b/src/fiasco.c
index 3e9da9f..9d805a2 100644
--- a/src/fiasco.c
+++ b/src/fiasco.c
@@ -29,7 +29,7 @@
int (*fiasco_callback)(struct header_t *header) = NULL;
-int openfiasco(char *name, char *piece_grep, int v)
+int openfiasco(char *name, const char *piece_grep, int v)
{
struct header_t header;
unsigned char buf[128];