diff options
author | RabsRincon <rubrinbla@gmail.com> | 2017-11-22 02:38:01 +0100 |
---|---|---|
committer | RabsRincon <rubrinbla@gmail.com> | 2017-11-22 02:38:01 +0100 |
commit | fdaddd67c0084b592d1f3d9e35bd2dbe4808a99f (patch) | |
tree | f8455b93601a9f07af822be11fd2ccfcef8f1a3f | |
parent | 97aa04e5d051cdba5f4633a3af134ce5f27d3773 (diff) | |
download | compiler-explorer-fdaddd67c0084b592d1f3d9e35bd2dbe4808a99f.tar.gz compiler-explorer-fdaddd67c0084b592d1f3d9e35bd2dbe4808a99f.zip |
Fix last newgols errors
-rw-r--r-- | lib/compilers/newgol.js | 4 |
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; |