summaryrefslogtreecommitdiffstats
path: root/src/dump.c
diff options
context:
space:
mode:
authorpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:51:00 +0200
committerpancake@localhost.localdomain <pancake@localhost.localdomain>2009-10-17 15:51:00 +0200
commitb7206abf1156f5834e6c5c014703d95ae2969c93 (patch)
tree42d4219840aee99e9da8e0d8cf5381470774874e /src/dump.c
parent034b17cef42f293e2048b44c074d70b3a8695339 (diff)
download0xFFFF-b7206abf1156f5834e6c5c014703d95ae2969c93.tar.bz2
* Fix static build
Diffstat (limited to 'src/dump.c')
-rw-r--r--src/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dump.c b/src/dump.c
index 345495c..16fe4aa 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -593,7 +593,7 @@ int reverse_extract_pieces(char *dir)
{
char reply;
- if (n900)
+ if (is_n900())
return reverse_extract_pieces_n900(dir);
printf("Device detected: n770/n800/n900\n");