Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Fix -Wextra-semi warnings. #21

Merged
merged 1 commit into from
Feb 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/script_span/getonescriptspan.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ScriptScanner {
// again with the first byte of the following range.
int MapBack(int text_offset);

const char* GetBufferStart() {return start_byte_;};
const char* GetBufferStart() {return start_byte_;}

private:
// Skip over tags and non-letters
Expand Down