Skip to content

Commit 43cf9c4

Browse files
committed
1 parent 5d5a36d commit 43cf9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgeotiff/bin/geotifcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define TRUE 1
3838
#define FALSE 0
3939

40-
int getopt();
40+
int getopt(int nargc, char** nargv, char* ostr);
4141

4242
static int outtiled = -1;
4343
static uint32_t tilewidth;

0 commit comments

Comments
 (0)