From 0a4946b3e913a2affe5fd342aa88e2533d06356e Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 17 Aug 2010 23:39:02 -0400 Subject: Remove trailing whitespace. Sorry if this breaks your patches. git-svn-id: http://opkg.googlecode.com/svn/trunk@552 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_download.h') diff --git a/libopkg/opkg_download.h b/libopkg/opkg_download.h index 0058287..3e1c760 100644 --- a/libopkg/opkg_download.h +++ b/libopkg/opkg_download.h @@ -28,7 +28,7 @@ typedef int (*curl_progress_func)(void *data, double t, double d, double ultotal int opkg_download(const char *src, const char *dest_file_name, curl_progress_func cb, void *data); int opkg_download_pkg(pkg_t *pkg, const char *dir); /* - * Downloads file from url, installs in package database, return package name. + * Downloads file from url, installs in package database, return package name. */ int opkg_prepare_url_for_install(const char *url, char **namep); -- cgit v0.9.1