Fix error in sample code in the man page

This commit is contained in:
roger 2000-10-17 08:27:18 +00:00
parent daa0904c4a
commit 26207dd148

View File

@ -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;