mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-11-21 04:42:04 +00:00
fix compile warning
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#include <sys/stat.h> /* open() */
|
||||
#include <fcntl.h> /* open() */
|
||||
#include <time.h> /* nanosleep(), struct timespec */
|
||||
#include <libintl.h> /* gettext() */
|
||||
|
||||
#include "gettext.h" /* gettext(), ngettext() */
|
||||
#include "ptouch.h"
|
||||
|
||||
#define _(s) gettext(s)
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <locale.h> /* LC_ALL */
|
||||
|
||||
#include "version.h"
|
||||
#include "gettext.h" /* gettext(), ngettext() */
|
||||
#include "ptouch.h"
|
||||
|
||||
#define _(s) gettext(s)
|
||||
|
||||
Reference in New Issue
Block a user