repo.or.cz
/
C_programing_practice.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
e1de611
)
A small, insignificant adjustment.
trunk
author
alex
<alex>
Thu, 23 Jun 2011 16:33:40 +0000
(23 16:33 +0000)
committer
alex
<alex>
Thu, 23 Jun 2011 16:33:40 +0000
(23 16:33 +0000)
src/io/count-lines.c
patch
|
blob
|
blame
|
history
diff --git
a/src/io/count-lines.c
b/src/io/count-lines.c
index
94a1a47
..
f08fc8f
100644
(file)
--- a/
src/io/count-lines.c
+++ b/
src/io/count-lines.c
@@
-22,5
+22,5
@@
void count_lines(){
else
++nc;
}
- printf("\nYou typed %d lines, %d spaces and tabs, and %d characters\n", nl, nws, nc);
+ printf("\nYou typed %d lines, %d spaces and
/or
tabs, and %d characters\n", nl, nws, nc);
}