Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove end-of-file (eof) comments #34

Merged
merged 1 commit into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
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: 0 additions & 2 deletions jpeginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,3 @@ int main(int argc, char **argv)
/* Return 1 if any errors found in files checked */
return (global_total_errors > 0 ? 1 : 0);
}

/* :-) */
3 changes: 0 additions & 3 deletions jpeginfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ long long read_file(FILE *fp, size_t start_size, unsigned char **bufptr);
char *strncopy(char *dst, const char *src, size_t size);
char *strncatenate(char *dst, const char *src, size_t size);
char *str_add_list(char *dst, size_t size, const char *src, const char *delim);


/* eof :-) */
3 changes: 0 additions & 3 deletions jpegmarker.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,3 @@ const char* jpeg_special_marker_name(jpeg_saved_marker_ptr marker)

return (i >= 0 ? jpeg_special_marker_types[i].name : "Unknown");
}


/* eof :-) */
2 changes: 0 additions & 2 deletions jpegmarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ size_t jpeg_special_marker_types_count();


#endif /* JPEGMARKER_H */

/* eof :-) */
2 changes: 0 additions & 2 deletions misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,3 @@ char *str_add_list(char *dst, size_t size, const char *src, const char *delim)

return strncatenate(dst, src, size);
}

/* eof :-) */