From 034b17cef42f293e2048b44c074d70b3a8695339 Mon Sep 17 00:00:00 2001 From: "pancake@localhost.localdomain" Date: Sat, 17 Oct 2009 15:43:39 +0200 Subject: * Added support for local n900 nand dump * Do some code cleanup, update headers from 2007 to 2009 :) - Fix warning messages --- src/fiasco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fiasco.c') 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]; -- cgit v1.2.3