summaryrefslogtreecommitdiff
path: root/src/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.h')
-rw-r--r--src/tables.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tables.h b/src/tables.h
index cc211c24..78057751 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -87,10 +87,7 @@ extern const angle_t tantoangle[SLOPERANGE+1];
// Utility function,
// called by R_PointToAngle.
-int
-SlopeDiv
-( unsigned num,
- unsigned den);
+int SlopeDiv(unsigned int num, unsigned int den);
#endif