Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E0ECDA37 for ; Thu, 23 May 2013 23:00:44 +0000 (UTC) Received: (qmail 13132 invoked by uid 500); 23 May 2013 23:00:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 13109 invoked by uid 500); 23 May 2013 23:00:44 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 13098 invoked by uid 99); 23 May 2013 23:00:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 23:00:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 065CC6614; Thu, 23 May 2013 23:00:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <11396ee243ba489c93aa32005e5a3d94@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: fixed another mistake Date: Thu, 23 May 2013 23:00:44 +0000 (UTC) Updated Branches: refs/heads/master 713d9e7d9 -> f8948fb0b fixed another mistake Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/f8948fb0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/f8948fb0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/f8948fb0 Branch: refs/heads/master Commit: f8948fb0bc2f89a8e41ae3c2f3c05474523dce06 Parents: 713d9e7 Author: Steven Gill Authored: Thu May 23 16:00:39 2013 -0700 Committer: Steven Gill Committed: Thu May 23 16:00:39 2013 -0700 ---------------------------------------------------------------------- src/ios/CDVCamera.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f8948fb0/src/ios/CDVCamera.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVCamera.m b/src/ios/CDVCamera.m index 2b769ba..343d250 100644 --- a/src/ios/CDVCamera.m +++ b/src/ios/CDVCamera.m @@ -20,7 +20,7 @@ #import "CDVCamera.h" #import "CDVJpegHeaderWriter.h" #import -#import +#import #import #import #import