fix syntax bug

This commit is contained in:
jiangliancheng 2016-01-18 18:35:51 +08:00
parent 1aefd45a6b
commit 20f8be7c3a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#import "webp/demux.h"
#else
#import "libwebp/webp/decode.h"
#import "libwebp/webpc/mux_types.h"
#import "libwebp/webp/mux_types.h"
#import "libwebp/webp/demux.h"
#endif