]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/ORTEMisc.c
Fix for gcc-4.4
[orte.git] / orte / liborte / ORTEMisc.c
index 80edbb7d681982bf6693156ac9cc306e9bb6a928..36c0d3ca0e9ec4865433f757272622938371f33e 100644 (file)
@@ -41,7 +41,7 @@ ORTESleepMs(unsigned int ms) {
     Sleep(ms);
   #elif defined CONFIG_ORTE_RTAI
     rt_sleep(nano2count(ms*1000000));
-  #elif
+  #else
     #error "NOT DEFINED SLEEP FUNCTION!"
   #endif
 }