From 76f1afed408bb0dc25f95f5979b731ee236e18cf Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 8 Apr 2014 04:51:09 -0500 Subject: Solve Exercise 5-15: Case-insensitive sort --- ch5/5-14_rsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ch5/5-14_rsort.c') diff --git a/ch5/5-14_rsort.c b/ch5/5-14_rsort.c index 4928f80..4c03191 100644 --- a/ch5/5-14_rsort.c +++ b/ch5/5-14_rsort.c @@ -4,7 +4,7 @@ /* The C Programming Language: 2nd Edition * - * Exercise 5-13: Modify the sort program to handle a -r flag, which + * Exercise 5-14: Modify the sort program to handle a -r flag, which * indicates sorting in reverse (decreasing) order. Be sure that -r works * with -n. */ -- cgit v1.2.3-54-g00ecf