aboutsummaryrefslogtreecommitdiff
path: root/Getcount.f
diff options
context:
space:
mode:
Diffstat (limited to 'Getcount.f')
-rwxr-xr-xGetcount.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/Getcount.f b/Getcount.f
index 8369a03..b16205c 100755
--- a/Getcount.f
+++ b/Getcount.f
@@ -11,7 +11,7 @@ c***************************************************************************
do i=num,1,-1
- if (linechars(i:i) .ne. ' ') go to 11
+ if (linechars(i:i) /= ' ') go to 11
enddo
num = -1
return