]> andersk Git - splint.git/blobdiff - src/osd.c
Updating to use the LEnsures and LRequires instead of the ensures requires so
[splint.git] / src / osd.c
index 171223b4a9c27a823cf83970f672a36b775f8dd7..4c06580d30d0bc431bcd095936fea38c689bae2a 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -466,7 +466,7 @@ osd_getPid ()
 # if defined (WIN32) || defined (OS2) && defined (__IBMC__)
   int pid = _getpid ();
 # else
-  pid_t pid = getpid ();
+   pid_t pid = getpid ();
 # endif
 
   return (int) pid;
This page took 0.030318 seconds and 4 git commands to generate.