[GRASS-SVN] r44475 -
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 29 03:08:42 EST 2010
Author: mmetz
Date: 2010-11-29 00:08:42 -0800 (Mon, 29 Nov 2010)
New Revision: 44475
Modified:
grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/main.c
Log:
format code
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/main.c 2010-11-29 08:08:10 UTC (rev 44474)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/photo.camera/main.c 2010-11-29 08:08:42 UTC (rev 44475)
@@ -32,6 +32,7 @@
#include <grass/glocale.h>
#include "orthophoto.h"
#include "globals.h"
+
int main(int argc, char *argv[])
{
struct GModule *module;
@@ -77,7 +78,7 @@
strcpy(group, group_opt->answer);
- if( !camera_opt->answer ) {
+ if (!camera_opt->answer) {
/* select the camera to use */
if (!I_ask_camera_any(
_("Enter a camera reference file to be used with this imagery group"),
More information about the grass-commit
mailing list