From d85aa8295a3169f21033ff5fd8f365d9eeec7e13 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Nov 2011 08:30:39 +0100 Subject: libuniso: add callback for displaying progress --- uniso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uniso.c') diff --git a/uniso.c b/uniso.c index bae938d..f8d4427 100644 --- a/uniso.c +++ b/uniso.c @@ -3,5 +3,5 @@ int main(int argc, char *argv[]) { - return uniso(STDIN_FILENO); + return uniso(STDIN_FILENO, NULL, NULL); } -- cgit v1.2.3