Skip to content

Commit 43b95d7

Browse files
committed
Fix capitalisation - breaks on case sensitive file systens
1 parent 36974da commit 43b95d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming_gif/main/AnimatedGif.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// See the License for the specific language governing permissions and
1919
// limitations under the License.
2020
//===========================================================================
21-
#include "AnimatedGIF.h"
21+
#include "AnimatedGif.h"
2222

2323
// Here is all of the actual code...
2424
#include "gif.inl"

0 commit comments

Comments
 (0)