Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] be more verbose about what's going on
[simgrid.git] / src / xbt / win32_ucontext.c
index 5c2e2b5..ab72eb1 100644 (file)
@@ -74,7 +74,7 @@ int makecontext(ucontext_t * ucp, void (*func) (), int argc, ...)
   ucp->uc_mcontext.Rip = (DWORD64) func;
   ucp->uc_mcontext.Rsp = (DWORD64) sp - sizeof(void*);
   #else
-  #error "No architecture defined for Windows build.
+  #error "No architecture defined for Windows build."
   #endif
 
       /* Save/Restore the full machine context */