aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-28 22:47:25 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-28 22:47:25 -0800
commit000ef2dc58416cd09dc177ab863a2d6f1ab9ba28 (patch)
tree2e5a6131f957ba85a6acb2f15f1614e9895f0927 /draw.h
parent8842891a7cad0c4d666eda994f291f8bd5b988c8 (diff)
Converted block comments to line comments
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/draw.h b/draw.h
index b72dee0..7fae87d 100644
--- a/draw.h
+++ b/draw.h
@@ -1,6 +1,6 @@
-/*
- * draw.h - This file contains definitions for bb column-drawing code.
- */
+//
+// draw.h - This file contains definitions for bb column-drawing code.
+//
#ifndef FILE_COLUMNS__H
#define FILE_COLUMNS__H