Skip to content

Commit 0ea73f5

Browse files
committed
Close macro block comment.
1 parent c9b7cf7 commit 0ea73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin2cpp/BaseGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ namespace bin2cpp
201201
fprintf(header, " virtual const char * getBuffer() const = 0;\n");
202202
fprintf(header, " virtual bool save(const char * iFilename) const = 0;\n");
203203
fprintf(header, " };\n");
204-
fprintf(header, " #endif\n");
204+
fprintf(header, " #endif //BIN2CPP_EMBEDDEDFILE_CLASS\n");
205205
fprintf(header, " const %s & %s();\n", mBaseClass.c_str(), getGetterFunctionName().c_str());
206206
fprintf(header, "}; //%s\n", mNamespace.c_str());
207207
fprintf(header, "\n");

0 commit comments

Comments
 (0)