This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
terminate error message with newline
master
Matthias-Christian Ott
16 years ago
parent
c61b34e8e1
commit
50b4785f26
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
std.c
+ 1
- 1
std.c
View File
@ -166,7 +166,7 @@ parseesc(void) {
s
|
=
QuestionMark
;
s
|
=
QuestionMark
;
else
if
(
c
=
=
'
;
'
)
{
else
if
(
c
=
=
'
;
'
)
{
if
(
!
(
s
&
Digit
)
)
if
(
!
(
s
&
Digit
)
)
eprint
(
"
syntax error
"
)
;
eprint
(
"
syntax error
\n
"
)
;
s
&
=
~
Digit
;
s
&
=
~
Digit
;
j
+
+
;
j
+
+
;
}
}
Write
Preview
Loading…
Cancel
Save