summaryrefslogtreecommitdiff
path: root/lib/scaled-num.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scaled-num.c')
-rw-r--r--lib/scaled-num.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/scaled-num.c b/lib/scaled-num.c
index 2345877..12e2805 100644
--- a/lib/scaled-num.c
+++ b/lib/scaled-num.c
@@ -1,3 +1,4 @@
+/*
# scaled-num.c: conversions on ``scaled'' numbers, which are a 32-bit
# word with 16 bits of fraction.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#include "config.h"