Skip to content

Commit e89fa04

Browse files
committed
Oops added preprocessing directive instead of a comment, change to comment
1 parent e3c9ed4 commit e89fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/selection_sort_tutorial/selection_sort-fixed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stdio.h>
22

3-
# TODO: Fix this, it is still buggy
3+
/* TODO: Fix this, it is still buggy */
44

55
void sort (
66
int a[],

0 commit comments

Comments
 (0)