diff options
author | pancake@localhost.localdomain <pancake@localhost.localdomain> | 2009-10-17 15:43:39 +0200 |
---|---|---|
committer | pancake@localhost.localdomain <pancake@localhost.localdomain> | 2009-10-17 15:43:39 +0200 |
commit | 034b17cef42f293e2048b44c074d70b3a8695339 (patch) | |
tree | 06db2c1574121ff389fe159bccae6123676cd3bb /src/fiasco.c | |
parent | 3a1053b29e5fb8109463259ee9dff3d8f4e4be5b (diff) | |
download | 0xFFFF-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.c | 2 |
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]; |