Przeglądaj źródła

LibC: Fix typo: fgetround => fegetround

Daniel Bertalan 3 lat temu
rodzic
commit
a221596614
1 zmienionych plików z 1 dodań i 1 usunięć
  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