Skip to content

Commit 8a16e73

Browse files
committed
reverted delib error
1 parent f010d9b commit 8a16e73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ch01_00_assertions/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ 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-
3028
int main() {
3129
char name[10];
3230
strncpy( name, "anton", 10 );

0 commit comments

Comments
 (0)