Skip to content

Commit cd8a15c

Browse files
committed
(dir_list_special.h) C89 build fix
1 parent df6f279 commit cd8a15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir_list_special.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enum dir_list_type
3131
DIR_LIST_CORE_INFO,
3232
DIR_LIST_DATABASES,
3333
DIR_LIST_PLAIN,
34-
DIR_LIST_SHADERS,
34+
DIR_LIST_SHADERS
3535
};
3636

3737
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type);

0 commit comments

Comments
 (0)