diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-03 05:45:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-03 05:45:30 +0100 |
commit | 39a42549a7ebfbc58fadec72c81491baeccda9ad (patch) | |
tree | 976917331d432b5aa5680ecc87165c8f10f15b6c /src/librarian.c | |
parent | get LIBRARIAN_PATH (diff) | |
download | librarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.gz librarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.bz2 librarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.xz |
reorder
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/librarian.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/librarian.c b/src/librarian.c index 99142a3..fe7591a 100644 --- a/src/librarian.c +++ b/src/librarian.c @@ -41,13 +41,6 @@ /** - * The name of the process. - */ -static const char *argv0; - - - -/** * A library and version range. */ struct library { @@ -84,6 +77,13 @@ struct library { /** + * The name of the process. + */ +static const char *argv0; + + + +/** * Determine whether a string is the * name of a non-reserved variable. * |