Fix error in sample code in the man page
This commit is contained in:
parent
daa0904c4a
commit
26207dd148
@ -206,7 +206,7 @@ will return immediately.
|
||||
extern int errno;
|
||||
#define ROWS 480
|
||||
#define COLS 640
|
||||
#define SIZE (ROW * COLS * 2)
|
||||
#define SIZE (ROWS * COLS * 2)
|
||||
main()
|
||||
{
|
||||
struct meteor_geomet geo;
|
||||
|
Loading…
Reference in New Issue
Block a user