summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 1fecdfe..d9ccb64 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,7 +17,6 @@
* along with opkg-opk. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdio.h>
#include <stdlib.h>
#include "defs.h"
#include "opk.h"
@@ -42,8 +41,6 @@ main(int argc, char *argv[])
}
opkg_opk_opk_free_inner(opk);
- puts("");
-
/* List data files. */
if (opkg_opk_opk_init_inner(opk, "data.tar.gz") != OPKG_OPK_OK) {
goto error1;