aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-03 05:45:30 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-03 05:45:30 +0100
commit39a42549a7ebfbc58fadec72c81491baeccda9ad (patch)
tree976917331d432b5aa5680ecc87165c8f10f15b6c
parentget LIBRARIAN_PATH (diff)
downloadlibrarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.gz
librarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.bz2
librarian-39a42549a7ebfbc58fadec72c81491baeccda9ad.tar.xz
reorder
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/librarian.c14
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.
*