]> andersk Git - splint.git/blobdiff - src/osd.c
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / osd.c
index b429d3f30b37c0785df7c81c5dec6a9c0730ef46..653a0ee8526867f7e74ae4181892fbdb78cc7263 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -183,7 +183,7 @@ osd_getPath (cstring path, cstring file, cstring *returnPath)
       *fullPath == '\0' || 
       (*file == CONNECTCHAR || (file[0] != '\0' && file[1] == ':'))
 # else
-    (*file == CONNECTCHAR)
+      (*file == CONNECTCHAR)
 # endif
       )
     {
@@ -203,8 +203,8 @@ osd_getPath (cstring path, cstring file, cstring *returnPath)
       /* Path specified. Loop through directories in path looking for the */
       /* first occurrence of the file.                             */
       
-      while (nextdir (&fullPath, &dirPtr, &dirLen) &&
-            rVal == OSD_FILENOTFOUND)
+      while (nextdir (&fullPath, &dirPtr, &dirLen) 
+            && rVal == OSD_FILENOTFOUND)
        {
          if ((dirLen + strlen (file) + 2) <= MAXPATHLEN)
            {
This page took 0.044368 seconds and 4 git commands to generate.