Skip to content

Commit 84ccb97

Browse files
fix typo
1 parent a1c3015 commit 84ccb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/license.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bool license_add_to_list(struct license_list * ptr, char * license, int license_
106106
return false;
107107
ptr->licenses = tmp;
108108
ptr->licenses[ptr->count].text = NULL;
109-
+ ptr->licenses[ptr->count].id = 0;
109+
ptr->licenses[ptr->count].id = 0;
110110

111111
/* Allocate with extra padding for CRC32C hardware reads (8-byte blocks) */
112112
size_t len = strlen(license);

0 commit comments

Comments
 (0)