~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/sendf.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-11-26 17:51:27 UTC
  • mto: (1.3.1) (3.6.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: package-import@ubuntu.com-20121126175127-12yqb822maaw0m2m
Tags: upstream-7.28.1
ImportĀ upstreamĀ versionĀ 7.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
 
265
265
  default:
266
266
    /* we got a specific curlcode, forward it */
267
 
    return (CURLcode)curlcode;
 
267
    return curlcode;
268
268
  }
269
269
}
270
270