aboutsummaryrefslogtreecommitdiff
path: root/file_loader.h
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 /file_loader.h
parent88219f49965c61b116da9f022bd04546d414fe17 (diff)
Standardizing to line-comments instead of block comments
Diffstat (limited to 'file_loader.h')
-rw-r--r--file_loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/file_loader.h b/file_loader.h
index 28a6281..b4e7938 100644
--- a/file_loader.h
+++ b/file_loader.h
@@ -1,6 +1,6 @@
-/*
- * file_loader.h - Definitions of an API for loading files.
- */
+//
+// file_loader.h - Definitions of an API for loading files.
+//
#ifndef FILE_LOADER__H
#define FILE_LOADER__H