Skip to content

Commit f010d9b

Browse files
committed
deliberate error to see if CI works
1 parent 474416c commit f010d9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ch01_00_assertions/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ void my_str_truncate( char* str, int str_len, int str_index ) {
2525
str[str_index] = '\0';
2626
}
2727

28+
deliberate error to see if CI works
29+
2830
int main() {
2931
char name[10];
3032
strncpy( name, "anton", 10 );

0 commit comments

Comments
 (0)