Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4.N.10_Parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/4.N.10_Parser.php b/4.N.10_Parser.php
index 593d5e7..310ddca 100644
--- a/4.N.10_Parser.php
+++ b/4.N.10_Parser.php
@@ -11,7 +11,7 @@ Select and use appropriate operations (addition, subtraction, multiplication, an
<?php
$fp = fopen("./4.N.10.dat", "r");
-if(!$fp) die ("Cannot open the file");
+if(!$fp) die ("Cannot open the file"); // end, if cannot open
//Break Each line of the file into its own array element - will have to parse each array element to obtain fields
$lines = file($fp);