Explorar el Código

- fix typo in previous commit

Bernhard Reutner-Fischer hace 17 años
padre
commit
acbd962f90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/common/clock_getres.c

+ 1 - 1
libc/sysdeps/linux/common/clock_getres.c

@@ -40,5 +40,5 @@ int clock_getres(clockid_t clock_id, struct timespec* res)
 
 	return retval;
 }
-endif
+#endif
 libc_hidden_def(clock_getres)