~ci-train-bot/url-dispatcher/url-dispatcher-ubuntu-yakkety-landing-061

« back to all changes in this revision

Viewing changes to liburl-dispatcher/url-dispatcher.c

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-10-31 15:50:49 UTC
  • mfrom: (74.1.8 url-dispatcher)
  • Revision ID: ps-jenkins@lists.canonical.com-20141031155049-m4fu0cnmriksccmp
General cleanups 
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
void
61
61
url_dispatch_send (const gchar * url, URLDispatchCallback cb, gpointer user_data)
62
62
{
63
 
        return url_dispatch_send_restricted(url, NULL, cb, user_data);
 
63
        url_dispatch_send_restricted(url, NULL, cb, user_data);
64
64
}
65
65
 
66
66
void