aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-12 21:04:43 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-12 21:04:43 -0800
commitb27b71608b3ba4715d629c597efd17c124a8cc22 (patch)
tree2fa57476196f91a9fe54780ef0b014cee6e967d7 /bp.c
parent88219f49965c61b116da9f022bd04546d414fe17 (diff)
Standardizing to line-comments instead of block comments
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bp.c b/bp.c
index cd9e260..f97970a 100644
--- a/bp.c
+++ b/bp.c
@@ -1,8 +1,8 @@
-/*
- * bp.c - Source code for the bp parser
- *
- * See `man ./bp.1` for more details
- */
+//
+// bp.c - Source code for the bp parser
+//
+// See `man ./bp.1` for more details
+//
#include <fcntl.h>
#include <glob.h>
#include <limits.h>