Skip to content

Commit

Permalink
fix(gif): correct the name in gifdec_mve.h (lvgl#4831)
Browse files Browse the repository at this point in the history
Signed-off-by: rongyichang <[email protected]>
  • Loading branch information
terry0012 authored Nov 20, 2023
1 parent f9328de commit 420094d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libs/gif/gifdec_mve.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
*/

#ifndef GIFDEV_MVE_H
#define GIFDEV_MVE_H
#ifndef GIFDEC_MVE_H
#define GIFDEC_MVE_H

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -137,4 +137,4 @@ static inline void _gifdec_render_frame_mve(uint8_t * dst, uint16_t w, uint16_t
} /*extern "C"*/
#endif

#endif /*GIFDEV_MVE_H*/
#endif /*GIFDEC_MVE_H*/

0 comments on commit 420094d

Please sign in to comment.