From 532d65f8a45850bfda3c3344a7b165af91e48440 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 10 Sep 2004 11:11:23 +0000 Subject: Add newlines, remove unused local variables, remove unused parameters, add newlines at the end of file... --- (limited to 'noncore/apps/opie-gutenbrowser/NetworkDialog.cpp') diff --git a/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp b/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp index af14aac..a321952 100644 --- a/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp +++ b/noncore/apps/opie-gutenbrowser/NetworkDialog.cpp @@ -40,7 +40,7 @@ QProgressBar* ProgressBar1; QPushButton* buttonCancel; static netbuf *conn = NULL; -static int log_progress(netbuf *ctl, int xfered, void *arg) { +static int log_progress(netbuf *, int xfered, void *arg) { int fsz = *(int *)arg; int pct = (xfered * 100) / fsz; printf("%3d%%\r", pct); -- cgit v0.9.0.2