Skip to content

Commit 688341b

Browse files
committed
remove double negation
1 parent 76168ee commit 688341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typedef.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ main(void)
1010
struct mystruct_s *p = &s;
1111
mystruct_t *p2;
1212

13-
/* No error nor warning. The pointers are of the same type. */
13+
/* No error or warning. The pointers are of the same type. */
1414
p2 = p;
1515
}

0 commit comments

Comments
 (0)