Skip to content

Commit ce025f6

Browse files
committed
Merge pull request #290 from hanyazou/libfreenect2-h
Fix compile error in libfreenect2.h
2 parents 0fb3667 + fbef6e1 commit ce025f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/libfreenect2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ struct freenect2_device_attributes {
5252
/// Not all available resolutions are actually supported for all video formats.
5353
/// Frame modes may not perfectly match resolutions.
5454
typedef enum {
55-
FREENECT2_RESOLUTION_512x424 = 0
56-
FREENECT2_RESOLUTION_1920x1080 = 1
55+
FREENECT2_RESOLUTION_512x424 = 0,
56+
FREENECT2_RESOLUTION_1920x1080 = 1,
5757
FREENECT2_RESOLUTION_DUMMY = 2147483647, /**< Dummy value to force enum to be 32 bits wide */
5858
} freenect2_resolution;
5959

0 commit comments

Comments
 (0)