This website works better with JavaScript.
Home
Help
Register
Sign In
UBB
/
points
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
fix incorrect check
pull/1/head
Chris Cromer
2 years ago
parent
8033a2bb4b
commit
16cbf3ad88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/points.c
+ 1
- 1
src/points.c
View File
@ -121,7 +121,7 @@ int main (int argc, char **argv) {
if
(
filename
!
=
NULL
)
{
free
(
filename
)
;
}
if
(
opt
>
3
)
{
if
(
opt
>
4
)
{
/
/
Only
print
this
error
if
the
file
was
able
to
be
opened
fprintf
(
stderr
,
"
Error: El archivo es corrupto!
\n
"
)
;
}
Write
Preview
Loading…
Cancel
Save