Commit ffd9a80d authored by salle@geopard.(none)'s avatar salle@geopard.(none)
Browse files

Small comment typo fix

This is also my first attempt to commit and push
parent 5a65b8b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,3 +67,4 @@ venu@work.mysql.com
worm@altair.is.lan
zak@balfor.local
zak@linux.local
salle@geopard.(none)
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ typedef unsigned short ushort;
#define rint(A) floor((A)+0.5)
#endif

/* Define som general constants */
/* Define some general constants */
#ifndef TRUE
#define TRUE		(1)	/* Logical true */
#define FALSE		(0)	/* Logical false */