diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-04 23:35:45 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-04 23:35:45 +0200 |
commit | 7cf6ccee8c6b59d8aac17ab6e4673bcb69f5e8d2 (patch) | |
tree | b329db03bae14fca178add9909b78b050345c140 /pdf/fontdump.c | |
parent | efc46353676c27b24f2933dce78305796951a01e (diff) | |
download | mupdf-7cf6ccee8c6b59d8aac17ab6e4673bcb69f5e8d2.tar.xz |
Le Roi est mort, vive le Roi!
The run-together words are dead! Long live the underscores!
The postscript inspired naming convention of using all run-together
words has served us well, but it is now time for more readable code.
In this commit I have also added the sed script, rename.sed, that I used
to convert the source. Use it on your patches and application code.
Diffstat (limited to 'pdf/fontdump.c')
-rw-r--r-- | pdf/fontdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/fontdump.c b/pdf/fontdump.c index b40558dd..37572bea 100644 --- a/pdf/fontdump.c +++ b/pdf/fontdump.c @@ -23,7 +23,6 @@ hexdump(FILE *fo, FILE *fi) return n; } - int main(int argc, char **argv) { |