aboutsummaryrefslogtreecommitdiff
path: root/ch5/5-16_dir-order.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ch5/5-16_dir-order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch5/5-16_dir-order.c b/ch5/5-16_dir-order.c
index 7533b3b..4610ea6 100644
--- a/ch5/5-16_dir-order.c
+++ b/ch5/5-16_dir-order.c
@@ -158,7 +158,7 @@ char *alloc(int n) {
}
/* sort input lines */
-int main (int argc, char *argv[]) {
+int main(int argc, char *argv[]) {
int nlines; /* number of input lines read */
if (argc > 1) {