diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-08-09 10:01:59 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-08-09 14:16:26 +0200 |
commit | f1092512e3c9c0c4b9c744fcef49db6b9c5a5623 (patch) | |
tree | b59f23809e896eedb8ed792f58d007437453bfff /compiler | |
parent | e56da28bcf66f2ce68446b4422f887799d7b6c61 (diff) | |
download | Nim-f1092512e3c9c0c4b9c744fcef49db6b9c5a5623.tar.gz |
tiny style changes
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/modules.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/modules.nim b/compiler/modules.nim index 1b4746484..9120bd1b6 100644 --- a/compiler/modules.nim +++ b/compiler/modules.nim @@ -49,7 +49,7 @@ proc hashChanged(fileIdx: int32): bool = else: hashNotChanged # echo "TESTING Hash: ", fileIdx.toFilename, " ", result - case gMemCacheData[fileIdx].hashStatus: + case gMemCacheData[fileIdx].hashStatus of hashHasChanged: result = true of hashNotChanged: |