Skip to content

Commit 91256e5

Browse files
author
jef
committed
fix build error
git-svn-id: http://svn.osgeo.org/qgis/trunk@12932 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d1600e2 commit 91256e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/providers/grass/qgis.g.info.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,12 @@ int main( int argc, char **argv )
105105
}
106106
else
107107
{
108+
void *ptr;
109+
double val;
110+
108111
rast_type = G_get_raster_map_type( fd );
109112
cell = G_allocate_c_raster_buf();
110113
dcell = G_allocate_d_raster_buf();
111-
void *ptr;
112-
double val;
113114

114115
if ( rast_type == CELL_TYPE )
115116
{

0 commit comments

Comments
 (0)