Skip to content

Commit

Permalink
Fix typo in C bindings (Close #140)
Browse files Browse the repository at this point in the history
IMF_RAMDOM_Y should be IMF_RANDOM_Y
  • Loading branch information
ekmett committed Dec 9, 2015
1 parent 9101514 commit c229dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfCRgbaFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ typedef struct ImfRgba ImfRgba;

#define IMF_INCREASING_Y 0
#define IMF_DECREASING_Y 1
#define IMF_RAMDOM_Y 2
#define IMF_RANDOM_Y 2


/*
Expand Down

0 comments on commit c229dfe

Please sign in to comment.