gnome-shell-extension-prefs: Fix warnings

This commit is contained in:
Jasper St. Pierre 2014-01-23 14:38:31 -05:00
parent 73f6e75d8d
commit a739455414

View File

@ -1,10 +1,13 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "config.h"
#include <girepository.h>
#include <gjs/gjs.h>
#include <glib/gi18n.h>
int
main (int argc, char *argv)
main (int argc, char *argv[])
{
const char *search_path[] = { "resource:///org/gnome/shell", NULL };
GError *error = NULL;