Преглед на файлове

- fix typo in previous commit

Bernhard Reutner-Fischer преди 17 години
родител
ревизия
acbd962f90
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)