diff options
Diffstat (limited to 'lib/fprint.c')
-rw-r--r-- | lib/fprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fprint.c b/lib/fprint.c index cbb2ed860..2f6f1d520 100644 --- a/lib/fprint.c +++ b/lib/fprint.c @@ -244,7 +244,7 @@ exit: } int fpLookup(fingerPrintCache cache, - const char * dirName, const char * baseName, int scareMemory, + const char * dirName, const char * baseName, fingerPrint **fp) { if (*fp == NULL) |