aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabsRincon <rubrinbla@gmail.com>2017-11-22 02:38:01 +0100
committerRabsRincon <rubrinbla@gmail.com>2017-11-22 02:38:01 +0100
commitfdaddd67c0084b592d1f3d9e35bd2dbe4808a99f (patch)
treef8455b93601a9f07af822be11fd2ccfcef8f1a3f
parent97aa04e5d051cdba5f4633a3af134ce5f27d3773 (diff)
downloadcompiler-explorer-fdaddd67c0084b592d1f3d9e35bd2dbe4808a99f.tar.gz
compiler-explorer-fdaddd67c0084b592d1f3d9e35bd2dbe4808a99f.zip
Fix last newgols errors
-rw-r--r--lib/compilers/newgol.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compilers/newgol.js b/lib/compilers/newgol.js
index 437f276c3..eec11a291 100644
--- a/lib/compilers/newgol.js
+++ b/lib/compilers/newgol.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2017, Matt Godbolt
+// Copyright (c) 2012-2017, Matt Godbolt & Rubén Rincón
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -63,4 +63,4 @@ function compilenewgol(info, env) {
return compiler.initialise();
}
-module.exports = compilenewgol; \ No newline at end of file
+module.exports = compilenewgol;