Explorar o código

LibC: Fix typo: fgetround => fegetround

Daniel Bertalan %!s(int64=3) %!d(string=hai) anos
pai
achega
a221596614
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Userland/Libraries/LibC/float.h

+ 1 - 1
Userland/Libraries/LibC/float.h

@@ -8,7 +8,7 @@
 #pragma once
 
 // Defined in fenv.cpp, but we must not include fenv.h, so here's its prototype.
-int fgetround();
+int fegetround();
 
 #define FLT_RADIX 2
 #define DECIMAL_DIG 21