Elementary magic key: Fixed typo.

SVN revision: 57001
This commit is contained in:
Daniel Juyung Seo 2011-02-14 01:47:51 +00:00
parent d1877609ad
commit 32778a770a
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-DELM_INTERAL_API_ARGESFSDFEFC=1 \
-DELM_INTERNAL_API_ARGESFSDFEFC=1 \
-I. \
-I$(top_builddir) \
-I$(top_srcdir) \

View File

@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-DELM_INTERAL_API_ARGESFSDFEFC=1 \
-DELM_INTERNAL_API_ARGESFSDFEFC=1 \
-I. \
-I$(top_builddir) \
-I$(top_srcdir) \

View File

@ -175,7 +175,7 @@
*
*/
#ifndef ELM_INTERAL_API_ARGESFSDFEFC
#ifndef ELM_INTERNAL_API_ARGESFSDFEFC
# warning "You are using an internal elementary API. This API is not stable"
# warning "and is subject to change. You use this at your own risk."
# warning "Remember to call elm_widget_api_check(ELM_INTERNAL_API_VERSION);"