Skip to content

Commit

Permalink
Remove end-of-file (eof) comments (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr authored Oct 29, 2023
1 parent 65d7d44 commit 7c42f8b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
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 :-) */

0 comments on commit 7c42f8b

Please sign in to comment.